/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
D | ti_m4v_config_parser.cpp | 74 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 …]
|
D | ti_video_config_parser.cpp | 76 psBits.numBytes = aInputs->inBytes; in ti_video_config_parser()
|
/hardware/intel/common/wrs_omxil_core/core/src/ |
D | intel_m4v_config_parser.cpp | 79 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 …]
|
D | intel_m4v_config_parser.h | 53 uint32 numBytes; member
|
D | intel_video_config_parser.cpp | 77 psBits.numBytes = aInputs->inBytes; in intel_video_config_parser()
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
D | mp4_utils.cpp | 117 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()
|
D | omx_vdec.cpp | 5410 psBits.numBytes = buffer->nFilledLen; in empty_this_buffer_proxy() 6871 psBits.numBytes = pdest_frame->nFilledLen; in push_input_sc_codec()
|
D | omx_vdec_hevc.cpp | 5057 psBits.numBytes = buffer->nFilledLen; in empty_this_buffer_proxy() 6389 psBits.numBytes = pdest_frame->nFilledLen; in push_input_sc_codec()
|
D | omx_vdec_msm8974.cpp | 5747 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/ |
D | mlos_linux.c | 57 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/ |
D | mp4_utils.cpp | 117 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()
|
D | omx_vdec_copper.cpp | 5251 psBits.numBytes = buffer->nFilledLen; in empty_this_buffer_proxy() 6642 psBits.numBytes = pdest_frame->nFilledLen; in push_input_sc_codec()
|
D | omx_vdec.cpp | 5639 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/ |
D | mlos.h | 51 void *inv_malloc(unsigned int numBytes);
|
/hardware/invensense/60xx/mlsdk/platform/include/ |
D | mlos.h | 63 void *inv_malloc(unsigned int numBytes);
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/ |
D | mlos.h | 51 void *inv_malloc(unsigned int numBytes);
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/ |
D | mlos.h | 51 void *inv_malloc(unsigned int numBytes);
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
D | mp4_utils.h | 126 unsigned long int numBytes; member
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
D | mp4_utils.h | 126 unsigned long int numBytes; member
|
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/ |
D | ti_m4v_config_parser.h | 64 uint32 numBytes; member
|