Home
last modified time | relevance | path

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 Di_standard_player_service.h170 GET_VIDEO_HEIGHT, enumerator
H A Dplayer_service_proxy.cpp74 playerFuncs_[GET_VIDEO_HEIGHT] = "Player::GetVideoHeight"; in PlayerServiceProxy()
562 int32_t error = SendRequest(GET_VIDEO_HEIGHT, data, reply, option); in GetVideoHeight()
H A Dplayer_service_stub.cpp157 playerFuncs_[GET_VIDEO_HEIGHT] = { "Player::GetVideoHeight", in FillPlayerFuncPart2()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerstub_fuzzer/
H A Dplayer_service_proxy_fuzzer.cpp59 {Fuzzer::GET_VIDEO_HEIGHT, Fuzzer::GetVideoHeightStatic},
741 return ptr->SendRequest(GET_VIDEO_HEIGHT, data, reply, option); in GetVideoHeightStatic()