Searched refs:GET_VIDEO_HEIGHT (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/services/services/player/ipc/ |
H A D | i_standard_player_service.h | 170 GET_VIDEO_HEIGHT, enumerator
|
H A D | player_service_proxy.cpp | 74 playerFuncs_[GET_VIDEO_HEIGHT] = "Player::GetVideoHeight"; in PlayerServiceProxy() 562 int32_t error = SendRequest(GET_VIDEO_HEIGHT, data, reply, option); in GetVideoHeight()
|
H A D | player_service_stub.cpp | 157 playerFuncs_[GET_VIDEO_HEIGHT] = { "Player::GetVideoHeight", in FillPlayerFuncPart2()
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerstub_fuzzer/ |
H A D | player_service_proxy_fuzzer.cpp | 59 {Fuzzer::GET_VIDEO_HEIGHT, Fuzzer::GetVideoHeightStatic}, 741 return ptr->SendRequest(GET_VIDEO_HEIGHT, data, reply, option); in GetVideoHeightStatic()
|