HomeSort by relevance Sort by last modified time
    Searched refs:nalu_type (Results 1 - 25 of 38) sorted by null

1 2

  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
hevc_utils.cpp 100 nalu_type = NAL_UNIT_INVALID;
184 nalu_type = (buffer[pos] & 0x7E)>>1 ; //=== nal_unit_type
186 DEBUG_PRINT_LOW("@#@# Pos = %x NalType = %x buflen = %u", pos-1, nalu_type, (unsigned int) buffer_length);
190 if (nalu_type == NAL_UNIT_VPS ||
191 nalu_type == NAL_UNIT_SPS ||
192 nalu_type == NAL_UNIT_PPS ||
193 nalu_type == NAL_UNIT_SEI) {
194 DEBUG_PRINT_LOW("Non-AU boundary with NAL type %d", nalu_type);
202 } else if (nalu_type <= NAL_UNIT_RESERVED_23) {
203 DEBUG_PRINT_LOW("AU Boundary with NAL type %d ", nalu_type);
    [all...]
h264_utils.cpp 159 m_prv_nalu.nalu_type = NALU_TYPE_UNSPECIFIED;
207 m_prv_nalu.nalu_type = NALU_TYPE_UNSPECIFIED;
294 nal_unit->nalu_type = buffer[pos++] & 0x1f;
296 pos-1, nal_unit->nalu_type, buffer_length);
300 if ( nal_unit->nalu_type == NALU_TYPE_EOSEQ ||
301 nal_unit->nalu_type == NALU_TYPE_EOSTREAM)
377 nalu_type = nal_unit.nalu_type;
378 switch (nal_unit.nalu_type) {
381 ALOGV("AU Boundary with NAL type %d ",nal_unit.nalu_type);
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
hevc_utils.cpp 100 nalu_type = NAL_UNIT_INVALID;
184 nalu_type = (buffer[pos] & 0x7E)>>1 ; //=== nal_unit_type
186 DEBUG_PRINT_LOW("@#@# Pos = %x NalType = %x buflen = %u", pos-1, nalu_type, (unsigned int) buffer_length);
190 if (nalu_type == NAL_UNIT_VPS ||
191 nalu_type == NAL_UNIT_SPS ||
192 nalu_type == NAL_UNIT_PPS ||
193 nalu_type == NAL_UNIT_SEI) {
194 DEBUG_PRINT_LOW("Non-AU boundary with NAL type %d", nalu_type);
202 } else if (nalu_type <= NAL_UNIT_RESERVED_23) {
203 DEBUG_PRINT_LOW("AU Boundary with NAL type %d ", nalu_type);
    [all...]
h264_utils.cpp 159 m_prv_nalu.nalu_type = NALU_TYPE_UNSPECIFIED;
207 m_prv_nalu.nalu_type = NALU_TYPE_UNSPECIFIED;
294 nal_unit->nalu_type = buffer[pos++] & 0x1f;
296 pos-1, nal_unit->nalu_type, buffer_length);
300 if ( nal_unit->nalu_type == NALU_TYPE_EOSEQ ||
301 nal_unit->nalu_type == NALU_TYPE_EOSTREAM)
377 nalu_type = nal_unit.nalu_type;
378 switch (nal_unit.nalu_type) {
381 ALOGV("AU Boundary with NAL type %d ",nal_unit.nalu_type);
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
hevc_utils.cpp 100 nalu_type = NAL_UNIT_INVALID;
184 nalu_type = (buffer[pos] & 0x7E)>>1 ; //=== nal_unit_type
186 DEBUG_PRINT_LOW("@#@# Pos = %x NalType = %x buflen = %u", pos-1, nalu_type, (unsigned int) buffer_length);
190 if (nalu_type == NAL_UNIT_VPS ||
191 nalu_type == NAL_UNIT_SPS ||
192 nalu_type == NAL_UNIT_PPS ||
193 nalu_type == NAL_UNIT_SEI) {
194 DEBUG_PRINT_LOW("Non-AU boundary with NAL type %d", nalu_type);
202 } else if (nalu_type <= NAL_UNIT_RESERVED_23) {
203 DEBUG_PRINT_LOW("AU Boundary with NAL type %d ", nalu_type);
    [all...]
h264_utils.cpp 159 m_prv_nalu.nalu_type = NALU_TYPE_UNSPECIFIED;
207 m_prv_nalu.nalu_type = NALU_TYPE_UNSPECIFIED;
294 nal_unit->nalu_type = buffer[pos++] & 0x1f;
296 pos-1, nal_unit->nalu_type, buffer_length);
300 if ( nal_unit->nalu_type == NALU_TYPE_EOSEQ ||
301 nal_unit->nalu_type == NALU_TYPE_EOSTREAM)
377 nalu_type = nal_unit.nalu_type;
378 switch (nal_unit.nalu_type) {
381 ALOGV("AU Boundary with NAL type %d ",nal_unit.nalu_type);
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
h264_bitstream_parser.h 65 uint8_t nalu_type);
h264_bitstream_parser.cc 316 uint8_t nalu_type) {
407 RTC_CHECK_NE(nalu_type, 20);
408 RTC_CHECK_NE(nalu_type, 21);
528 uint8_t nalu_type = slice[4] & kNaluTypeMask; local
529 switch (nalu_type) {
539 RTC_CHECK(ParseNonParameterSetNalu(slice, length, nalu_type))
rtp_format_h264.cc 91 h264_header->nalu_type = nal_type;
147 h264_header->nalu_type = original_nal_type;
rtp_format_h264_unittest.cc 411 EXPECT_EQ(kIdr, payload.type.Video.codecHeader.H264.nalu_type);
446 EXPECT_EQ(kSps, payload.type.Video.codecHeader.H264.nalu_type);
483 EXPECT_EQ(kSlice, payload.type.Video.codecHeader.H264.nalu_type);
518 EXPECT_EQ(kIdr, payload.type.Video.codecHeader.H264.nalu_type);
529 EXPECT_EQ(kIdr, payload.type.Video.codecHeader.H264.nalu_type);
538 EXPECT_EQ(kIdr, payload.type.Video.codecHeader.H264.nalu_type);
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/inc/
extra_data_handler.h 78 OMX_S32 create_rbsp(OMX_U8 *buf, OMX_U32 nalu_type);
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
hevc_utils.h 143 uint32 nalu_type; member in class:HEVC_Utils
h264_utils.h 145 } NALU_TYPE;
150 uint32 nalu_type; member in struct:__anon42873
198 uint32 nalu_type; member in class:H264_Utils
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/
extra_data_handler.h 77 OMX_S32 create_rbsp(OMX_U8 *buf, OMX_U32 nalu_type);
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
hevc_utils.h 143 uint32 nalu_type; member in class:HEVC_Utils
h264_utils.h 145 } NALU_TYPE;
150 uint32 nalu_type; member in struct:__anon42914
198 uint32 nalu_type; member in class:H264_Utils
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/
extra_data_handler.h 77 OMX_S32 create_rbsp(OMX_U8 *buf, OMX_U32 nalu_type);
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
hevc_utils.h 143 uint32 nalu_type; member in class:HEVC_Utils
h264_utils.h 145 } NALU_TYPE;
150 uint32 nalu_type; member in struct:__anon42964
198 uint32 nalu_type; member in class:H264_Utils
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/inc/
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/src/
h264_utils.cpp 168 m_prv_nalu.nalu_type = NALU_TYPE_UNSPECIFIED;
217 m_prv_nalu.nalu_type = NALU_TYPE_UNSPECIFIED;
312 nal_unit->nalu_type = buffer[pos++] & 0x1f;
314 pos-1, nal_unit->nalu_type, buffer_length);
318 if( nal_unit->nalu_type == NALU_TYPE_EOSEQ ||
319 nal_unit->nalu_type == NALU_TYPE_EOSTREAM)
399 nalu_type = nal_unit.nalu_type;
400 switch (nal_unit.nalu_type)
405 ALOGV("\n AU Boundary with NAL type %d ",nal_unit.nalu_type);
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 140 } NALU_TYPE;
145 uint32 nalu_type; member in struct:__anon42854
193 uint32 nalu_type; member in class:H264_Utils
  /hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.cpp 110 uint8_t nalu_type = 0; local
145 nalu_type = pFrameInfo->nalus[i].type;
148 naluType = nalu_type & NALU_TYPE_MASK;
150 VTRACE("nalu_type = 0x%x, nalu_size = %d, nalu_offset = 0x%x", nalu_type, nalu_size, nalu_offset);
156 mSliceInfo[sliceidx].sliceHeaderByte = nalu_type;
  /hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoDecoderAVCSecure.cpp 112 uint8_t nalu_type = 0; local
147 nalu_type = pFrameInfo->nalus[i].type;
150 naluType = nalu_type & NALU_TYPE_MASK;
152 VTRACE("nalu_type = 0x%x, nalu_size = %d, nalu_offset = 0x%x", nalu_type, nalu_size, nalu_offset);
168 mSliceInfo[sliceidx].sliceHeaderByte = nalu_type;
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/src/
extra_data_handler.cpp 398 OMX_S32 extra_data_handler::create_rbsp(OMX_U8 *buf, OMX_U32 nalu_type)
404 *buf++ = nalu_type;

Completed in 1058 milliseconds

1 2