Home
last modified time | relevance | path

Searched refs:nalu_type (Results 1 – 25 of 31) sorted by relevance

12

/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Dhevc_utils.cpp100 nalu_type = NAL_UNIT_INVALID; in initialize_frame_checking_environment()
184 nalu_type = (buffer[pos] & 0x7E)>>1 ; //=== nal_unit_type in isNewFrame()
186 …DEBUG_PRINT_LOW("@#@# Pos = %x NalType = %x buflen = %u", pos-1, nalu_type, (unsigned int) buffer_… in isNewFrame()
190 if (nalu_type == NAL_UNIT_VPS || in isNewFrame()
191 nalu_type == NAL_UNIT_SPS || in isNewFrame()
192 nalu_type == NAL_UNIT_PPS || in isNewFrame()
193 nalu_type == NAL_UNIT_SEI) { in isNewFrame()
194 DEBUG_PRINT_LOW("Non-AU boundary with NAL type %d", nalu_type); in isNewFrame()
202 } else if (nalu_type <= NAL_UNIT_RESERVED_23) { in isNewFrame()
203 DEBUG_PRINT_LOW("AU Boundary with NAL type %d ", nalu_type); in isNewFrame()
Dh264_utils.cpp159 m_prv_nalu.nalu_type = NALU_TYPE_UNSPECIFIED; in allocate_rbsp_buffer()
207 m_prv_nalu.nalu_type = NALU_TYPE_UNSPECIFIED; in initialize_frame_checking_environment()
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()
377 nalu_type = nal_unit.nalu_type; in isNewFrame()
378 switch (nal_unit.nalu_type) { in isNewFrame()
381 ALOGV("AU Boundary with NAL type %d ",nal_unit.nalu_type); in isNewFrame()
391 …( (m_prv_nalu.nalu_type != nal_unit.nalu_type ) && ((m_prv_nalu.nalu_type == NALU_TYPE_IDR) || (na… in isNewFrame()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Dhevc_utils.cpp100 nalu_type = NAL_UNIT_INVALID; in initialize_frame_checking_environment()
184 nalu_type = (buffer[pos] & 0x7E)>>1 ; //=== nal_unit_type in isNewFrame()
186 …DEBUG_PRINT_LOW("@#@# Pos = %x NalType = %x buflen = %u", pos-1, nalu_type, (unsigned int) buffer_… in isNewFrame()
190 if (nalu_type == NAL_UNIT_VPS || in isNewFrame()
191 nalu_type == NAL_UNIT_SPS || in isNewFrame()
192 nalu_type == NAL_UNIT_PPS || in isNewFrame()
193 nalu_type == NAL_UNIT_SEI) { in isNewFrame()
194 DEBUG_PRINT_LOW("Non-AU boundary with NAL type %d", nalu_type); in isNewFrame()
202 } else if (nalu_type <= NAL_UNIT_RESERVED_23) { in isNewFrame()
203 DEBUG_PRINT_LOW("AU Boundary with NAL type %d ", nalu_type); in isNewFrame()
Dh264_utils.cpp159 m_prv_nalu.nalu_type = NALU_TYPE_UNSPECIFIED; in allocate_rbsp_buffer()
207 m_prv_nalu.nalu_type = NALU_TYPE_UNSPECIFIED; in initialize_frame_checking_environment()
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()
377 nalu_type = nal_unit.nalu_type; in isNewFrame()
378 switch (nal_unit.nalu_type) { in isNewFrame()
381 ALOGV("AU Boundary with NAL type %d ",nal_unit.nalu_type); in isNewFrame()
391 …( (m_prv_nalu.nalu_type != nal_unit.nalu_type ) && ((m_prv_nalu.nalu_type == NALU_TYPE_IDR) || (na… in isNewFrame()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dhevc_utils.cpp100 nalu_type = NAL_UNIT_INVALID; in initialize_frame_checking_environment()
184 nalu_type = (buffer[pos] & 0x7E)>>1 ; //=== nal_unit_type in isNewFrame()
186 …DEBUG_PRINT_LOW("@#@# Pos = %x NalType = %x buflen = %u", pos-1, nalu_type, (unsigned int) buffer_… in isNewFrame()
190 if (nalu_type == NAL_UNIT_VPS || in isNewFrame()
191 nalu_type == NAL_UNIT_SPS || in isNewFrame()
192 nalu_type == NAL_UNIT_PPS || in isNewFrame()
193 nalu_type == NAL_UNIT_SEI) { in isNewFrame()
194 DEBUG_PRINT_LOW("Non-AU boundary with NAL type %d", nalu_type); in isNewFrame()
202 } else if (nalu_type <= NAL_UNIT_RESERVED_23) { in isNewFrame()
203 DEBUG_PRINT_LOW("AU Boundary with NAL type %d ", nalu_type); in isNewFrame()
Dh264_utils.cpp159 m_prv_nalu.nalu_type = NALU_TYPE_UNSPECIFIED; in allocate_rbsp_buffer()
207 m_prv_nalu.nalu_type = NALU_TYPE_UNSPECIFIED; in initialize_frame_checking_environment()
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()
377 nalu_type = nal_unit.nalu_type; in isNewFrame()
378 switch (nal_unit.nalu_type) { in isNewFrame()
381 ALOGV("AU Boundary with NAL type %d ",nal_unit.nalu_type); in isNewFrame()
391 …( (m_prv_nalu.nalu_type != nal_unit.nalu_type ) && ((m_prv_nalu.nalu_type == NALU_TYPE_IDR) || (na… in isNewFrame()
[all …]
Domx_vdec.cpp7040 if (m_frame_parser.mutils->nalu_type == NALU_TYPE_NON_IDR || in push_input_h264()
7041 m_frame_parser.mutils->nalu_type == NALU_TYPE_IDR) { in push_input_h264()
7067 if (m_frame_parser.mutils->nalu_type == NALU_TYPE_EOSEQ) in push_input_h264()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Dh264_utils.cpp168 m_prv_nalu.nalu_type = NALU_TYPE_UNSPECIFIED; in allocate_rbsp_buffer()
217 m_prv_nalu.nalu_type = NALU_TYPE_UNSPECIFIED; in initialize_frame_checking_environment()
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()
399 nalu_type = nal_unit.nalu_type; in isNewFrame()
400 switch (nal_unit.nalu_type) in isNewFrame()
405 ALOGV("\n AU Boundary with NAL type %d ",nal_unit.nalu_type); in isNewFrame()
418 …( (m_prv_nalu.nalu_type != nal_unit.nalu_type ) && ((m_prv_nalu.nalu_type == NALU_TYPE_IDR) || (na… in isNewFrame()
[all …]
Domx_vdec_copper.cpp6823 if(m_frame_parser.mutils->nalu_type == NALU_TYPE_NON_IDR || in push_input_h264()
6824 m_frame_parser.mutils->nalu_type == NALU_TYPE_IDR) { in push_input_h264()
6849 if(m_frame_parser.mutils->nalu_type == NALU_TYPE_EOSEQ) in push_input_h264()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Dhevc_utils.h143 uint32 nalu_type; variable
Dh264_utils.h150 uint32 nalu_type; member
198 uint32 nalu_type; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dhevc_utils.h143 uint32 nalu_type; variable
Dh264_utils.h150 uint32 nalu_type; member
198 uint32 nalu_type; variable
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Dhevc_utils.h143 uint32 nalu_type; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dhevc_utils.h143 uint32 nalu_type; variable
Dh264_utils.h150 uint32 nalu_type; member
198 uint32 nalu_type; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/
Dextra_data_handler.h77 OMX_S32 create_rbsp(OMX_U8 *buf, OMX_U32 nalu_type);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/inc/
Dextra_data_handler.h78 OMX_S32 create_rbsp(OMX_U8 *buf, OMX_U32 nalu_type);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/
Dextra_data_handler.h77 OMX_S32 create_rbsp(OMX_U8 *buf, OMX_U32 nalu_type);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/inc/
Dextra_data_handler.h97 OMX_S32 create_rbsp(OMX_U8 *buf, OMX_U32 nalu_type);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dh264_utils.h145 uint32 nalu_type; member
193 uint32 nalu_type; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/
Dextra_data_handler.cpp468 OMX_S32 extra_data_handler::create_rbsp(OMX_U8 *buf, OMX_U32 nalu_type) in create_rbsp() argument
476 *buf++ = nalu_type; in create_rbsp()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/src/
Dextra_data_handler.cpp398 OMX_S32 extra_data_handler::create_rbsp(OMX_U8 *buf, OMX_U32 nalu_type) in create_rbsp() argument
404 *buf++ = nalu_type; in create_rbsp()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/
Dextra_data_handler.cpp468 OMX_S32 extra_data_handler::create_rbsp(OMX_U8 *buf, OMX_U32 nalu_type) in create_rbsp() argument
476 *buf++ = nalu_type; in create_rbsp()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/src/
Dextra_data_handler.cpp472 OMX_S32 extra_data_handler::create_rbsp(OMX_U8 *buf, OMX_U32 nalu_type) in create_rbsp() argument
480 *buf++ = nalu_type; in create_rbsp()

12