Searched refs:inp_height (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 2987 OMX_U32 inp_width = 0, inp_height = 0, out_width = 0, out_height = 0; in venc_empty_buf() local 2989 if (!venc_get_dimensions(PORT_INDEX_IN, &inp_width, &inp_height)) { in venc_empty_buf() 2999 inp_width * inp_height != out_width * out_height) { in venc_empty_buf() 3001 …DEBUG_PRINT_ERROR("Input WxH : %dx%d Output WxH : %dx%d",inp_width, inp_height, out_width, out_hei… in venc_empty_buf() 3252 OMX_U32 inp_width = 0, inp_height = 0, out_width = 0, out_height = 0; in venc_empty_batch() local 3254 if (!venc_get_dimensions(PORT_INDEX_IN, &inp_width, &inp_height)) { in venc_empty_batch() 3262 if (inp_width * inp_height != out_width * out_height) { in venc_empty_batch() 3264 …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()
|