Home
last modified time | relevance | path

Searched refs:nal_unit (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp244 OMX_OUT NALU *nal_unit) in extract_rbsp() argument
290 if ((nal_unit->forbidden_zero_bit = (buffer[pos] & 0x80)) != 0) { in extract_rbsp()
293 nal_unit->nal_ref_idc = (buffer[pos] & 0x60) >> 5; in extract_rbsp()
294 nal_unit->nalu_type = buffer[pos++] & 0x1f; in extract_rbsp()
296 pos-1, nal_unit->nalu_type, buffer_length); in extract_rbsp()
300 if ( nal_unit->nalu_type == NALU_TYPE_EOSEQ || in extract_rbsp()
301 nal_unit->nalu_type == NALU_TYPE_EOSTREAM) in extract_rbsp()
360 NALU nal_unit; in isNewFrame() local
372 m_rbspBytes, &numBytesInRBSP, &nal_unit) ) { in isNewFrame()
377 nalu_type = nal_unit.nalu_type; in isNewFrame()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp244 OMX_OUT NALU *nal_unit) in extract_rbsp() argument
290 if ((nal_unit->forbidden_zero_bit = (buffer[pos] & 0x80)) != 0) { in extract_rbsp()
293 nal_unit->nal_ref_idc = (buffer[pos] & 0x60) >> 5; in extract_rbsp()
294 nal_unit->nalu_type = buffer[pos++] & 0x1f; in extract_rbsp()
296 pos-1, nal_unit->nalu_type, buffer_length); in extract_rbsp()
300 if ( nal_unit->nalu_type == NALU_TYPE_EOSEQ || in extract_rbsp()
301 nal_unit->nalu_type == NALU_TYPE_EOSTREAM) in extract_rbsp()
360 NALU nal_unit; in isNewFrame() local
372 m_rbspBytes, &numBytesInRBSP, &nal_unit) ) { in isNewFrame()
377 nalu_type = nal_unit.nalu_type; in isNewFrame()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Dh264_utils.cpp244 OMX_OUT NALU *nal_unit) in extract_rbsp() argument
290 if ((nal_unit->forbidden_zero_bit = (buffer[pos] & 0x80)) != 0) { in extract_rbsp()
293 nal_unit->nal_ref_idc = (buffer[pos] & 0x60) >> 5; in extract_rbsp()
294 nal_unit->nalu_type = buffer[pos++] & 0x1f; in extract_rbsp()
296 pos-1, nal_unit->nalu_type, buffer_length); in extract_rbsp()
300 if ( nal_unit->nalu_type == NALU_TYPE_EOSEQ || in extract_rbsp()
301 nal_unit->nalu_type == NALU_TYPE_EOSTREAM) in extract_rbsp()
360 NALU nal_unit; in isNewFrame() local
372 m_rbspBytes, &numBytesInRBSP, &nal_unit) ) { in isNewFrame()
377 nalu_type = nal_unit.nalu_type; in isNewFrame()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Dh264_utils.cpp254 OMX_OUT NALU *nal_unit) in extract_rbsp() argument
307 if (nal_unit->forbidden_zero_bit = (buffer[pos] & 0x80)) in extract_rbsp()
311 nal_unit->nal_ref_idc = (buffer[pos] & 0x60) >> 5; in extract_rbsp()
312 nal_unit->nalu_type = buffer[pos++] & 0x1f; in extract_rbsp()
314 pos-1, nal_unit->nalu_type, buffer_length); in extract_rbsp()
318 if( nal_unit->nalu_type == NALU_TYPE_EOSEQ || in extract_rbsp()
319 nal_unit->nalu_type == NALU_TYPE_EOSTREAM) in extract_rbsp()
379 NALU nal_unit; in isNewFrame() local
391 m_rbspBytes, &numBytesInRBSP, &nal_unit) ) in isNewFrame()
399 nalu_type = nal_unit.nalu_type; in isNewFrame()
[all …]
/hardware/qcom/sm8150/media/libarbitrarybytes/src/
Dh264_utils.cpp236 OMX_OUT NALU *nal_unit) in extract_rbsp() argument
282 if ((nal_unit->forbidden_zero_bit = (buffer[pos] & 0x80)) != 0) { in extract_rbsp()
285 nal_unit->nal_ref_idc = (buffer[pos] & 0x60) >> 5; in extract_rbsp()
286 nal_unit->nalu_type = buffer[pos++] & 0x1f; in extract_rbsp()
288 pos-1, nal_unit->nalu_type, buffer_length); in extract_rbsp()
292 if ( nal_unit->nalu_type == NALU_TYPE_EOSEQ || in extract_rbsp()
293 nal_unit->nalu_type == NALU_TYPE_EOSTREAM) in extract_rbsp()
352 NALU nal_unit; in isNewFrame() local
364 m_rbspBytes, &numBytesInRBSP, &nal_unit) ) { in isNewFrame()
369 nalu_type = nal_unit.nalu_type; in isNewFrame()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h206 OMX_OUT NALU *nal_unit);
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/
Dh264_utils.h163 OMX_OUT NALU *nal_unit);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h206 OMX_OUT NALU *nal_unit);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dh264_utils.h206 OMX_OUT NALU *nal_unit);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dh264_utils.h201 OMX_OUT NALU *nal_unit);