/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | hevc_utils.cpp | 100 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()
|
D | h264_utils.cpp | 159 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/ |
D | hevc_utils.cpp | 100 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()
|
D | h264_utils.cpp | 159 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/ |
D | hevc_utils.cpp | 100 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()
|
D | h264_utils.cpp | 159 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 …]
|
D | omx_vdec.cpp | 7040 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/ |
D | h264_utils.cpp | 168 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 …]
|
D | omx_vdec_copper.cpp | 6823 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/ |
D | hevc_utils.h | 143 uint32 nalu_type; variable
|
D | h264_utils.h | 150 uint32 nalu_type; member 198 uint32 nalu_type; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | hevc_utils.h | 143 uint32 nalu_type; variable
|
D | h264_utils.h | 150 uint32 nalu_type; member 198 uint32 nalu_type; variable
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/ |
D | hevc_utils.h | 143 uint32 nalu_type; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | hevc_utils.h | 143 uint32 nalu_type; variable
|
D | h264_utils.h | 150 uint32 nalu_type; member 198 uint32 nalu_type; variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/ |
D | extra_data_handler.h | 77 OMX_S32 create_rbsp(OMX_U8 *buf, OMX_U32 nalu_type);
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/inc/ |
D | extra_data_handler.h | 78 OMX_S32 create_rbsp(OMX_U8 *buf, OMX_U32 nalu_type);
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/ |
D | extra_data_handler.h | 77 OMX_S32 create_rbsp(OMX_U8 *buf, OMX_U32 nalu_type);
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/inc/ |
D | extra_data_handler.h | 97 OMX_S32 create_rbsp(OMX_U8 *buf, OMX_U32 nalu_type);
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | h264_utils.h | 145 uint32 nalu_type; member 193 uint32 nalu_type; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/ |
D | extra_data_handler.cpp | 468 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/ |
D | extra_data_handler.cpp | 398 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/ |
D | extra_data_handler.cpp | 468 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/ |
D | extra_data_handler.cpp | 472 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()
|