Searched defs:filled_length (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/
H A Dvidc_color_converter.cpp172 bool omx_c2d_conv::get_output_filled_length(unsigned int &filled_length) argument
176 filled_length = 0;
182 filled_length = (req.stride * req.sliceHeight * req.bpp.numerator);
183 filled_length /= req.bpp.denominator;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/
H A Dvidc_color_converter.cpp172 bool omx_c2d_conv::get_output_filled_length(unsigned int &filled_length) argument
176 filled_length = 0;
182 filled_length = (req.stride * req.sliceHeight * req.bpp.numerator);
183 filled_length /= req.bpp.denominator;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec_utils.cpp411 * @param[in] filled_length: Bitstream buffer's filled length.
414 unsigned int filled_length)
418 fwrite(p_buffer, sizeof(unsigned char), filled_length, m_file_ip);
413 dump_ip(unsigned char *p_buffer, unsigned int filled_length) argument
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/src/
H A Dvidc_color_converter.cpp172 bool omx_c2d_conv::get_output_filled_length(unsigned int &filled_length) argument
176 filled_length = 0;
182 filled_length = (req.stride * req.sliceHeight * req.bpp.numerator);
183 filled_length /= req.bpp.denominator;
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec_utils.cpp300 * @param[in] filled_length: Bitstream buffer's filled length.
303 unsigned int filled_length)
307 fwrite(p_buffer, sizeof(unsigned char), filled_length, m_file_ip);
302 dump_ip(unsigned char *p_buffer, unsigned int filled_length) argument
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_swvenc_mpeg4.cpp1801 unsigned int size = 0, filled_length, offset = 0; local
1835 ipbuffer.filled_length = size;
1841 ipbuffer.filled_length = bufhdr->nFilledLen;
1854 ipbuffer.filled_length,
1869 swvenc_input_log_buffers((const char*)ipbuffer.p_buffer, ipbuffer.filled_length);
1896 opbuffer.filled_length = bufhdr->nFilledLen;
1905 opbuffer.filled_length,
1915 if (dev_get_seq_hdr(opbuffer.p_buffer, opbuffer.size, &opbuffer.filled_length) == 0)
1917 bufhdr->nFilledLen = opbuffer.filled_length;
1969 *hdrlen = Buffer.filled_length;
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Domx_swvenc_mpeg4.cpp1798 unsigned int size = 0, filled_length, offset = 0; local
1820 ipbuffer.filled_length = bufhdr->nFilledLen;
1845 ipbuffer.filled_length = size;
1877 ipbuffer.filled_length = size;
1884 ipbuffer.filled_length = bufhdr->nFilledLen;
1904 ipbuffer.filled_length = bufhdr->nFilledLen;
1917 ipbuffer.filled_length,
1932 swvenc_input_log_buffers((const char*)ipbuffer.p_buffer, ipbuffer.filled_length);
1959 opbuffer.filled_length = bufhdr->nFilledLen;
1966 opbuffer.filled_length,
[all...]

Completed in 262 milliseconds