Searched refs:inp_width (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 2960 OMX_U32 inp_width = 0, inp_height = 0, out_width = 0, out_height = 0; in venc_empty_buf() local 2962 if (!venc_get_dimensions(PORT_INDEX_IN, &inp_width, &inp_height)) { in venc_empty_buf() 2972 inp_width * inp_height != out_width * out_height) { in venc_empty_buf() 2974 …DEBUG_PRINT_ERROR("Input WxH : %dx%d Output WxH : %dx%d",inp_width, inp_height, out_width, out_hei… in venc_empty_buf() 3225 OMX_U32 inp_width = 0, inp_height = 0, out_width = 0, out_height = 0; in venc_empty_batch() local 3227 if (!venc_get_dimensions(PORT_INDEX_IN, &inp_width, &inp_height)) { in venc_empty_batch() 3235 if (inp_width * inp_height != out_width * out_height) { in venc_empty_batch() 3237 …DEBUG_PRINT_ERROR("Input WxH : %dx%d Output WxH : %dx%d",inp_width, inp_height, out_width, out_hei… in venc_empty_batch()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 4664 OMX_U32 inp_width = 0, inp_height = 0, out_width = 0, out_height = 0; in venc_empty_buf() local 4666 if (!venc_get_dimensions(PORT_INDEX_IN, &inp_width, &inp_height)) { in venc_empty_buf() 4676 inp_width * inp_height != out_width * out_height) { in venc_empty_buf() 4678 …DEBUG_PRINT_ERROR("Input WxH : %dx%d Output WxH : %dx%d",inp_width, inp_height, out_width, out_hei… in venc_empty_buf() 4838 OMX_U32 inp_width = 0, inp_height = 0, out_width = 0, out_height = 0; in venc_empty_batch() local 4840 if (!venc_get_dimensions(PORT_INDEX_IN, &inp_width, &inp_height)) { in venc_empty_batch() 4848 if (inp_width * inp_height != out_width * out_height) { in venc_empty_batch() 4850 …DEBUG_PRINT_ERROR("Input WxH : %dx%d Output WxH : %dx%d",inp_width, inp_height, out_width, out_hei… in venc_empty_batch()
|