Home
last modified time | relevance | path

Searched refs:KEY_VIDEO_HEIGHT (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Dvideo_param.cpp111 {KEY_VIDEO_HEIGHT, videoParam.videoHeight_}, in to_json()
122 !IsUInt32(j, KEY_VIDEO_WIDTH) || !IsUInt32(j, KEY_VIDEO_HEIGHT) || in from_json()
132 const uint32_t videoHeight = j[KEY_VIDEO_HEIGHT].get<uint32_t>(); in from_json()
/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_constants.h183 const std::string KEY_VIDEO_HEIGHT = "videoHeight"; member
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
H A Dvideo_param_test.cpp232 j[KEY_VIDEO_HEIGHT] = videoHeight; in HWTEST_F()
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/decoder/
H A Ddecoder.cpp88 param[index].key = KEY_VIDEO_HEIGHT; in ConvertVdecAttributToParams()
/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_device.cpp150 param[paramIndex].key = KEY_VIDEO_HEIGHT; in CameraCreateVideoEnc()
258 FillParam(param[paramIndex], KEY_VIDEO_HEIGHT, reinterpret_cast<uint8_t *>(&height), sizeof(uint32_t)); in CameraCreateJpegEnc()

Completed in 4 milliseconds