HomeSort by relevance Sort by last modified time
    Searched full:rbsp (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/media/filters/
h264_bit_reader_unittest.cc 12 const unsigned char rbsp[] = {0x01, 0x23, 0x45, 0x67, 0x89, 0xa0}; local
15 EXPECT_TRUE(reader.Initialize(rbsp, sizeof(rbsp)));
45 const unsigned char rbsp[] = {0x18}; local
48 EXPECT_TRUE(reader.Initialize(rbsp, sizeof(rbsp)));
60 const unsigned char rbsp[] = {0xab, 0x80}; local
63 EXPECT_TRUE(reader.Initialize(rbsp, sizeof(rbsp)));
h264_bit_reader.cc 103 // We have more RBSP data if the last non-zero bit we find is not the
h264_bitstream_buffer.cc 130 // RBSP stop one bit.
h264_bitstream_buffer.h 60 // the buffer with RBSP trailing bits. This MUST be called for the stream
  /external/libunwind/src/ia64/
ucontext_i.h 62 #define rBSP r25
getcontext.S 60 mov.m rBSP = ar.bsp // M2, 12 cyc.
126 st8 [r3] = rBSP // M3
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/write/
BitstreamWriter.java 29 * A dummy implementation of H264 RBSP output stream
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_util.c 106 Check Raw Byte Stream Payload (RBSP) trailing bits, i.e. stuffing.
118 HANTRO_OK RBSP trailing bits found
154 Check if there is more data in the current RBSP. The standard
157 -last bits are not RBSP trailing bits
h264bsd_byte_stream.c 192 /* remove emulation prevention bytes before rbsp processing */
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcapi_common.h 45 parameter set rbsp. See Annex A.
61 parameter set rbsp. See Annex A.
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
BitstreamReader.java 29 * A dummy implementation of H264 RBSP reading
  /hardware/intel/img/psb_video/src/mrst/
lnc_H264ES.c 814 /*nal_ref_idc should be 0 and nal_ref_idc should be 10 for End of Sequence RBSP*/
816 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Append %d bytes of End of Sequence RBSP at offset %d\n",
827 /*nal_ref_idc should be 0 and nal_ref_idc should be 11 for End of Stream RBSP*/
829 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Append %d bytes of End of Stream RBSP.\n",
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp 90 // Return next RBSP byte as a word
98 // Advance RBSP decoder to next byte
200 Extract RBSP data from a NAL
226 Extract RBSP data from a NAL
237 rbsp_bistream : extracted RBSP bistream
238 rbsp_length : the length of the RBSP bitstream
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 86 // Return next RBSP byte as a word
94 // Advance RBSP decoder to next byte
190 Extract RBSP data from a NAL
216 Extract RBSP data from a NAL
227 rbsp_bistream : extracted RBSP bistream
228 rbsp_length : the length of the RBSP bitstream
    [all...]
hevc_utils.cpp 84 Extract RBSP data from a NAL
  /hardware/qcom/media/mm-video-legacy/vidc/common/src/
extra_data_handler.cpp 422 DEBUG_PRINT_LOW("\n%s rbsp length %d", __func__, j);
443 //insert the rbsp trailing bits
  /hardware/qcom/media/mm-video-v4l2/vidc/common/src/
extra_data_handler.cpp 494 DEBUG_PRINT_LOW("%s rbsp length %u", __func__, (unsigned int)j);
516 //insert the rbsp trailing bits
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_api.h 240 not RBSP."
avcenc_int.h 128 automatically inserted as the RBSP is recorded.
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 161 ** unit) into RBSP (raw byte sequence payload) and extract bits from it.
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 166 ** unit) into RBSP (raw byte sequence payload) and extract bits from it.
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c     [all...]

Completed in 551 milliseconds