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

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

Completed in 796 milliseconds