Home
last modified time | relevance | path

Searched refs:filled_length (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/
Dvidc_color_converter.cpp172 bool omx_c2d_conv::get_output_filled_length(unsigned int &filled_length) in get_output_filled_length() argument
176 filled_length = 0; in get_output_filled_length()
182 filled_length = (req.stride * req.sliceHeight * req.bpp.numerator); in get_output_filled_length()
183 filled_length /= req.bpp.denominator; in get_output_filled_length()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/
Dvidc_color_converter.cpp172 bool omx_c2d_conv::get_output_filled_length(unsigned int &filled_length) in get_output_filled_length() argument
176 filled_length = 0; in get_output_filled_length()
182 filled_length = (req.stride * req.sliceHeight * req.bpp.numerator); in get_output_filled_length()
183 filled_length /= req.bpp.denominator; in get_output_filled_length()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/
Dvidc_color_converter.h46 bool get_output_filled_length(unsigned int &filled_length);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/inc/
Dvidc_color_converter.h46 bool get_output_filled_length(unsigned int &filled_length);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec_utils.cpp414 unsigned int filled_length) in dump_ip() argument
418 fwrite(p_buffer, sizeof(unsigned char), filled_length, m_file_ip); in dump_ip()
Domx_swvdec.cpp4389 p_buffer_op->filled_length) ? in swvdec_fill_buffer_done()
4391 p_buffer_op->filled_length); in swvdec_fill_buffer_done()
5450 p_buffer_swvdec->filled_length = p_buffer_hdr->nFilledLen; in async_process_event_etb()
5453 p_buffer_swvdec->filled_length); in async_process_event_etb()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec_utils.h161 void dump_ip(unsigned char *p_buffer, unsigned int filled_length);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp1801 unsigned int size = 0, filled_length, offset = 0; in dev_empty_buf() local
1835 ipbuffer.filled_length = size; in dev_empty_buf()
1841 ipbuffer.filled_length = bufhdr->nFilledLen; in dev_empty_buf()
1854 ipbuffer.filled_length, in dev_empty_buf()
1869 swvenc_input_log_buffers((const char*)ipbuffer.p_buffer, ipbuffer.filled_length); in dev_empty_buf()
1896 opbuffer.filled_length = bufhdr->nFilledLen; in dev_fill_buf()
1905 opbuffer.filled_length, in dev_fill_buf()
1915 if (dev_get_seq_hdr(opbuffer.p_buffer, opbuffer.size, &opbuffer.filled_length) == 0) in dev_fill_buf()
1917 bufhdr->nFilledLen = opbuffer.filled_length; in dev_fill_buf()
1969 *hdrlen = Buffer.filled_length; in dev_get_seq_hdr()
[all …]