Home
last modified time | relevance | path

Searched refs:numBytes (Results 1 – 20 of 20) sorted by relevance

/hardware/ti/omap3/omx/ti_omx_config_parser/src/
Dti_m4v_config_parser.cpp74 if (byte_pos > (psBits->numBytes - psBits->bytePos)) in movePointerTo()
76 byte_pos = (psBits->numBytes - psBits->bytePos); in movePointerTo()
93 i = LocateFrameHeader(ptr, psBits->numBytes - initial_byte_aligned_position); in SearchNextM4VFrame()
94 if (psBits->numBytes <= initial_byte_aligned_position + i) in SearchNextM4VFrame()
107 psBits.numBytes = length; in iGetM4VConfigInfo()
233 if (psBits->dataBitPos >= (psBits->numBytes << 3)) in iDecodeVOLHeader()
640 if (dataBytePos > pStream->numBytes - 4) in ShowBits()
643 for (i = 0;i < pStream->numBytes - dataBytePos;i++) in ShowBits()
677 if ((dataBitPos + ucNBits) > (uint32)(pStream->numBytes << 3)) in FlushBits()
709 if ((dataBitPos + ucNBits) > (pStream->numBytes << 3)) in ReadBits()
[all …]
Dti_video_config_parser.cpp76 psBits.numBytes = aInputs->inBytes; in ti_video_config_parser()
/hardware/intel/common/wrs_omxil_core/core/src/
Dintel_m4v_config_parser.cpp79 if (byte_pos > (psBits->numBytes - psBits->bytePos)) in movePointerTo()
81 byte_pos = (psBits->numBytes - psBits->bytePos); in movePointerTo()
98 i = LocateFrameHeader(ptr, psBits->numBytes - initial_byte_aligned_position); in SearchNextM4VFrame()
99 if (psBits->numBytes <= initial_byte_aligned_position + i) in SearchNextM4VFrame()
112 psBits.numBytes = length; in iGetM4VConfigInfo()
238 if (psBits->dataBitPos >= (psBits->numBytes << 3)) in iDecodeVOLHeader()
625 if (dataBytePos > pStream->numBytes - 4) in ShowBits()
628 for (i = 0; i < pStream->numBytes - dataBytePos; i++) in ShowBits()
662 if ((dataBitPos + ucNBits) > (uint32)(pStream->numBytes << 3)) in FlushBits()
694 if ((dataBitPos + ucNBits) > (pStream->numBytes << 3)) in ReadBits()
[all …]
Dintel_m4v_config_parser.h53 uint32 numBytes; member
Dintel_video_config_parser.cpp77 psBits.numBytes = aInputs->inBytes; in intel_video_config_parser()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Dmp4_utils.cpp117 psBits->numBytes, in parseHeader()
130 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,psBits->numBytes, in parseHeader()
155 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,psBits->numBytes, in parseHeader()
166 psBits->numBytes, in parseHeader()
Domx_vdec.cpp5410 psBits.numBytes = buffer->nFilledLen; in empty_this_buffer_proxy()
6871 psBits.numBytes = pdest_frame->nFilledLen; in push_input_sc_codec()
Domx_vdec_hevc.cpp5057 psBits.numBytes = buffer->nFilledLen; in empty_this_buffer_proxy()
6389 psBits.numBytes = pdest_frame->nFilledLen; in push_input_sc_codec()
Domx_vdec_msm8974.cpp5747 psBits.numBytes = buffer->nFilledLen; in empty_this_buffer_proxy()
7345 psBits.numBytes = pdest_frame->nFilledLen; in push_input_sc_codec()
/hardware/invensense/60xx/mlsdk/platform/linux/
Dmlos_linux.c57 void *inv_malloc(unsigned int numBytes) in inv_malloc() argument
60 void *allocPtr = malloc(numBytes); in inv_malloc()
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
Dmp4_utils.cpp117 psBits->numBytes, in parseHeader()
129 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,psBits->numBytes, in parseHeader()
151 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,psBits->numBytes, in parseHeader()
161 psBits->numBytes, in parseHeader()
Domx_vdec_copper.cpp5251 psBits.numBytes = buffer->nFilledLen; in empty_this_buffer_proxy()
6642 psBits.numBytes = pdest_frame->nFilledLen; in push_input_sc_codec()
Domx_vdec.cpp5639 psBits.numBytes = buffer->nFilledLen; in empty_this_buffer_proxy()
7112 psBits.numBytes = pdest_frame->nFilledLen; in push_input_sc_codec()
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
Dmlos.h51 void *inv_malloc(unsigned int numBytes);
/hardware/invensense/60xx/mlsdk/platform/include/
Dmlos.h63 void *inv_malloc(unsigned int numBytes);
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
Dmlos.h51 void *inv_malloc(unsigned int numBytes);
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
Dmlos.h51 void *inv_malloc(unsigned int numBytes);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Dmp4_utils.h126 unsigned long int numBytes; member
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
Dmp4_utils.h126 unsigned long int numBytes; member
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
Dti_m4v_config_parser.h64 uint32 numBytes; member