Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Dvideo_param.cpp110 {KEY_VIDEO_WIDTH, videoParam.videoWidth_}, in to_json()
122 !IsUInt32(j, KEY_VIDEO_WIDTH) || !IsUInt32(j, KEY_VIDEO_HEIGHT) || in from_json()
131 const uint32_t videoWidth = j[KEY_VIDEO_WIDTH].get<uint32_t>(); in from_json()
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
H A Dvideo_param_test.cpp172 j.at(KEY_VIDEO_WIDTH).get_to(jsonVideoWidth); in HWTEST_F()
230 j[KEY_VIDEO_WIDTH] = videoWidth; in HWTEST_F()
/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_constants.h182 const std::string KEY_VIDEO_WIDTH = "videoWidth"; member
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/decoder/
H A Ddecoder.cpp84 param[index].key = KEY_VIDEO_WIDTH; in ConvertVdecAttributToParams()
/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_device.cpp144 param[paramIndex].key = KEY_VIDEO_WIDTH; in CameraCreateVideoEnc()
253 FillParam(param[paramIndex], KEY_VIDEO_WIDTH, reinterpret_cast<uint8_t *>(&width), sizeof(uint32_t)); in CameraCreateJpegEnc()

Completed in 4 milliseconds