Searched defs:psBits (Results 1 - 14 of 14) sorted by relevance

/hardware/intel/common/wrs_omxil_core/core/src/
H A Dintel_video_config_parser.cpp71 mp4StreamType psBits; local
72 psBits.data = aInputs->inPtr;
77 psBits.numBytes = aInputs->inBytes;
78 psBits.bytePos = 0;
79 psBits.bitBuf = 0;
80 psBits.dataBitPos = 0;
81 psBits.bitPos = 32;
86 retval = iDecodeVOLHeader(&psBits, &width, &height, &display_width, &display_height, &profile_level);
H A Dintel_m4v_config_parser.cpp69 void movePointerTo(mp4StreamType *psBits, int32 pos) argument
79 if (byte_pos > (psBits->numBytes - psBits->bytePos))
81 byte_pos = (psBits->numBytes - psBits->bytePos);
84 psBits->bytePos = byte_pos & -4;
85 psBits->dataBitPos = psBits->bytePos << 3;
86 FlushBits(psBits, ((pos & 0x7) + ((byte_pos & 0x3) << 3)));
89 int16 SearchNextM4VFrame(mp4StreamType *psBits) argument
110 mp4StreamType psBits; local
131 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profilelevel) argument
428 iDecodeShortHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height) argument
785 mp4StreamType psBits; local
911 scaling_list(mp4StreamType *psBits, uint32 sizeOfScalingList) argument
928 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc) argument
1086 DecodeVUI(mp4StreamType *psBits) argument
1178 DecodeHRD(mp4StreamType *psBits) argument
1209 DecodePPS(mp4StreamType *psBits) argument
1229 ue_v(mp4StreamType *psBits, uint32 *codeNum) argument
1257 se_v(mp4StreamType *psBits, int32 *value) argument
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Dmp4_utils.cpp88 bool MP4_Utils::parseHeader(mp4StreamType * psBits) { argument
94 m_posInfo.bytePtr = psBits->data;
95 m_dataBeginPtr = psBits->data;
104 m_posInfo.bytePtr = psBits->data;
105 m_dataBeginPtr = psBits->data;
113 m_posInfo.bytePtr = psBits->data;
114 m_dataBeginPtr = psBits->data;
117 psBits->numBytes,
122 m_posInfo.bytePtr = psBits->data;
129 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,psBits
[all...]
H A Domx_vdec.cpp5643 mp4StreamType psBits; local
5644 psBits.data = (unsigned char *)(buffer->pBuffer + buffer->nOffset);
5645 psBits.numBytes = buffer->nFilledLen;
5646 mp4_headerparser.parseHeader(&psBits);
7116 mp4StreamType psBits; local
7117 psBits.data = pdest_frame->pBuffer + pdest_frame->nOffset;
7118 psBits.numBytes = pdest_frame->nFilledLen;
7119 mp4_headerparser.parseHeader(&psBits);
H A Domx_vdec_copper.cpp5249 mp4StreamType psBits; local
5250 psBits.data = (unsigned char *)(buffer->pBuffer + buffer->nOffset);
5251 psBits.numBytes = buffer->nFilledLen;
5252 mp4_headerparser.parseHeader(&psBits);
6640 mp4StreamType psBits; local
6641 psBits.data = pdest_frame->pBuffer + pdest_frame->nOffset;
6642 psBits.numBytes = pdest_frame->nFilledLen;
6643 mp4_headerparser.parseHeader(&psBits);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Dmp4_utils.cpp85 bool MP4_Utils::parseHeader(mp4StreamType * psBits) argument
92 m_posInfo.bytePtr = psBits->data;
93 m_dataBeginPtr = psBits->data;
103 m_posInfo.bytePtr = psBits->data;
104 m_dataBeginPtr = psBits->data;
113 m_posInfo.bytePtr = psBits->data;
114 m_dataBeginPtr = psBits->data;
117 psBits->numBytes,
123 m_posInfo.bytePtr = psBits->data;
130 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,psBits
[all...]
H A Domx_vdec.cpp5408 mp4StreamType psBits; local
5409 psBits.data = (unsigned char *)(buffer->pBuffer + buffer->nOffset);
5410 psBits.numBytes = buffer->nFilledLen;
5411 mp4_headerparser.parseHeader(&psBits);
6869 mp4StreamType psBits; local
6870 psBits.data = pdest_frame->pBuffer + pdest_frame->nOffset;
6871 psBits.numBytes = pdest_frame->nFilledLen;
6872 mp4_headerparser.parseHeader(&psBits);
H A Domx_vdec_hevc.cpp5053 mp4StreamType psBits; local
5054 psBits.data = (unsigned char *)(buffer->pBuffer + buffer->nOffset);
5055 psBits.numBytes = buffer->nFilledLen;
5056 mp4_headerparser.parseHeader(&psBits);
6391 mp4StreamType psBits; local
6392 psBits.data = pdest_frame->pBuffer + pdest_frame->nOffset;
6393 psBits.numBytes = pdest_frame->nFilledLen;
6394 mp4_headerparser.parseHeader(&psBits);
H A Domx_vdec_msm8974.cpp7840 mp4StreamType psBits; local
7841 psBits.data = pdest_frame->pBuffer + pdest_frame->nOffset;
7842 psBits.numBytes = pdest_frame->nFilledLen;
7843 mp4_headerparser.parseHeader(&psBits);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Dmp4_utils.cpp85 bool MP4_Utils::parseHeader(mp4StreamType * psBits) argument
92 m_posInfo.bytePtr = psBits->data;
93 m_dataBeginPtr = psBits->data;
103 m_posInfo.bytePtr = psBits->data;
104 m_dataBeginPtr = psBits->data;
113 m_posInfo.bytePtr = psBits->data;
114 m_dataBeginPtr = psBits->data;
117 psBits->numBytes,
123 m_posInfo.bytePtr = psBits->data;
130 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,psBits
[all...]
H A Domx_vdec_hevc.cpp5023 mp4StreamType psBits; local
5024 psBits.data = (unsigned char *)(buffer->pBuffer + buffer->nOffset);
5025 psBits.numBytes = buffer->nFilledLen;
5026 mp4_headerparser.parseHeader(&psBits);
6355 mp4StreamType psBits; local
6356 psBits.data = pdest_frame->pBuffer + pdest_frame->nOffset;
6357 psBits.numBytes = pdest_frame->nFilledLen;
6358 mp4_headerparser.parseHeader(&psBits);
H A Domx_vdec_v4l2.cpp8618 mp4StreamType psBits; local
8619 psBits.data = pdest_frame->pBuffer + pdest_frame->nOffset;
8620 psBits.numBytes = pdest_frame->nFilledLen;
8621 mp4_headerparser.parseHeader(&psBits);
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_video_config_parser.cpp70 mp4StreamType psBits; local
71 psBits.data = aInputs->inPtr;
76 psBits.numBytes = aInputs->inBytes;
77 psBits.bytePos = 0;
78 psBits.bitBuf = 0;
79 psBits.dataBitPos = 0;
80 psBits.bitPos = 32;
85 retval = iDecodeVOLHeader(&psBits, &width, &height, &display_width, &display_height, &profile_level);
H A Dti_m4v_config_parser.cpp64 void movePointerTo(mp4StreamType *psBits, int32 pos) argument
74 if (byte_pos > (psBits->numBytes - psBits->bytePos))
76 byte_pos = (psBits->numBytes - psBits->bytePos);
79 psBits->bytePos = byte_pos & -4;
80 psBits->dataBitPos = psBits->bytePos << 3;
81 FlushBits(psBits, ((pos & 0x7) + ((byte_pos & 0x3) << 3)));
84 int16 SearchNextM4VFrame(mp4StreamType *psBits) argument
105 mp4StreamType psBits; local
126 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profilelevel) argument
443 iDecodeShortHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height) argument
800 mp4StreamType psBits; local
913 scaling_list_h264(int32 i4_list_size, mp4StreamType *psBits) argument
930 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc) argument
1094 DecodeVUI(mp4StreamType *psBits) argument
1186 DecodeHRD(mp4StreamType *psBits) argument
1217 DecodePPS(mp4StreamType *psBits, uint32 *entropy_coding_mode_flag) argument
1233 ue_v(mp4StreamType *psBits, uint32 *codeNum) argument
1257 se_v(mp4StreamType *psBits, int32 *value) argument
[all...]

Completed in 554 milliseconds