/external/chromium_org/content/common/gpu/media/ |
h264_bit_reader_unittest.cc | 13 const unsigned char rbsp[] = {0x01, 0x23, 0x45, 0x67, 0x89, 0xa0}; local 16 EXPECT_TRUE(reader.Initialize(rbsp, sizeof(rbsp))); 46 const unsigned char rbsp[] = {0x18}; local 49 EXPECT_TRUE(reader.Initialize(rbsp, sizeof(rbsp))); 61 const unsigned char rbsp[] = {0xab, 0x80}; local 64 EXPECT_TRUE(reader.Initialize(rbsp, sizeof(rbsp)));
|
h264_bit_reader.cc | 101 // We have more RBSP data if the last non-zero bit we find is not the
|
/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/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 | 86 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 | 495 DEBUG_PRINT_LOW("\n%s rbsp length %d", __func__, j); 517 //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.
|
/frameworks/av/libvideoeditor/vss/mcs/src/ |
M4MCS_API.c | 611 RBSP trailing bits will be 1000 0000 */ [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
OMX_VideoDec_Utils.c | [all...] |