Home
last modified time | relevance | path

Searched refs:GET_VIDEO_WIDTH (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/player/ipc/
H A Di_standard_player_service.h169 GET_VIDEO_WIDTH, enumerator
H A Dplayer_service_proxy.cpp73 playerFuncs_[GET_VIDEO_WIDTH] = "Player::GetVideoWidth"; in PlayerServiceProxy()
546 int32_t error = SendRequest(GET_VIDEO_WIDTH, data, reply, option); in GetVideoWidth()
H A Dplayer_service_stub.cpp155 playerFuncs_[GET_VIDEO_WIDTH] = { "Player::GetVideoWidth", in FillPlayerFuncPart2()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerstub_fuzzer/
H A Dplayer_service_proxy_fuzzer.cpp58 {Fuzzer::GET_VIDEO_WIDTH, Fuzzer::GetVideoWidthStatic},
722 return ptr->SendRequest(GET_VIDEO_WIDTH, data, reply, option); in GetVideoWidthStatic()