HomeSort by relevance Sort by last modified time
    Searched refs:nalu_offset (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_nalu.cc 60 size_t nalu_offset = 0; local
80 frag_offsets.push_back(nalu_offset + sizeof(kAnnexBHeaderBytes));
82 nalu_offset += sizeof(kAnnexBHeaderBytes) + param_set_size;
132 frag_offsets.push_back(nalu_offset + sizeof(kAnnexBHeaderBytes));
134 nalu_offset += sizeof(kAnnexBHeaderBytes) + packet_size;
  /hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.cpp 111 int32_t nalu_offset = 0; local
146 nalu_offset = pFrameInfo->nalus[i].offset;
150 VTRACE("nalu_type = 0x%x, nalu_size = %d, nalu_offset = 0x%x", nalu_type, nalu_size, nalu_offset);
157 mSliceInfo[sliceidx].sliceStartOffset = (nalu_offset >> 4) << 4;
158 mSliceInfo[sliceidx].sliceByteOffset = nalu_offset - mSliceInfo[sliceidx].sliceStartOffset;
225 int32_t nalu_offset; local
  /hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoDecoderAVCSecure.cpp 113 int32_t nalu_offset = 0; local
148 nalu_offset = pFrameInfo->nalus[i].offset;
152 VTRACE("nalu_type = 0x%x, nalu_size = %d, nalu_offset = 0x%x", nalu_type, nalu_size, nalu_offset);
169 mSliceInfo[sliceidx].sliceStartOffset = (nalu_offset >> 4) << 4;
170 mSliceInfo[sliceidx].sliceByteOffset = nalu_offset - mSliceInfo[sliceidx].sliceStartOffset;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_h264_unittest.cc 300 size_t nalu_offset = 0; local
302 nalu_offset = fragmentation.fragmentationOffset[i];
303 frame[nalu_offset] = 0x05; // F=0, NRI=0, Type=5.
305 frame[nalu_offset + j] = i + j;

Completed in 55 milliseconds