Searched defs:bitstream (Results 1 - 12 of 12) sorted by relevance

/hardware/intel/common/wrs_omxil_core/core/src/
H A Dintel_video_config_parser.cpp65 int32 GetNAL_Config(uint8** bitstream, int32* size);
243 /* This function finds a nal from the SC's, moves the bitstream pointer to the beginning of the NAL unit, returns the
244 size of the NAL, and at the same time, updates the remaining size in the bitstream buffer that is passed in */
245 int32 GetNAL_Config(uint8** bitstream, int32* size) argument
249 uint8* nal_unit = *bitstream;
259 *bitstream = nal_unit + i;
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_video_config_parser.cpp64 int32 GetNAL_Config(uint8** bitstream, int32* size);
258 /* This function finds a nal from the SC's, moves the bitstream pointer to the beginning of the NAL unit, returns the
259 size of the NAL, and at the same time, updates the remaining size in the bitstream buffer that is passed in */
260 int32 GetNAL_Config(uint8** bitstream, int32* size) argument
264 uint8* nal_unit = *bitstream;
274 *bitstream = nal_unit + i;
/hardware/intel/common/libmix/videoencoder/
H A Dbitstream.h23 struct bitstream { struct
41 static void bitstream_start(bitstream *bs)
48 static void bitstream_end(bitstream *bs)
59 static void bitstream_put_ui(bitstream *bs, unsigned int val, int size_in_bits)
88 static void bitstream_put_ue(bitstream *bs, unsigned int val)
102 static void bitstream_put_se(bitstream *bs, int val)
114 static void bitstream_byte_aligning(bitstream *bs, int bit)
133 static void rbsp_trailing_bits(bitstream *bs)
139 static void nal_start_code_prefix(bitstream *bs)
144 static void nal_header(bitstream *b
[all...]
/hardware/intel/common/libva/test/encode/
H A Davcenc.c734 typedef struct __bitstream bitstream; typedef in typeref:struct:__bitstream
766 bitstream_start(bitstream *bs)
774 bitstream_end(bitstream *bs)
786 bitstream_put_ui(bitstream *bs, unsigned int val, int size_in_bits)
814 bitstream_put_ue(bitstream *bs, unsigned int val)
829 bitstream_put_se(bitstream *bs, int val)
842 bitstream_byte_aligning(bitstream *bs, int bit)
862 rbsp_trailing_bits(bitstream *bs)
868 static void nal_start_code_prefix(bitstream *bs)
873 static void nal_header(bitstream *b
[all...]
H A Dmpeg2enc.c161 typedef struct __bitstream bitstream; typedef in typeref:struct:__bitstream
175 bitstream_start(bitstream *bs)
183 bitstream_end(bitstream *bs)
195 bitstream_put_ui(bitstream *bs, unsigned int val, int size_in_bits)
226 bitstream_byte_aligning(bitstream *bs, int bit)
282 bitstream *bs)
331 bitstream *bs)
391 bitstream bs;
406 bitstream bs;
H A Dmpeg2vaenc.c161 typedef struct __bitstream bitstream; typedef in typeref:struct:__bitstream
175 bitstream_start(bitstream *bs)
183 bitstream_end(bitstream *bs)
195 bitstream_put_ui(bitstream *bs, unsigned int val, int size_in_bits)
226 bitstream_byte_aligning(bitstream *bs, int bit)
282 bitstream *bs)
331 bitstream *bs)
391 bitstream bs;
406 bitstream bs;
H A Dh264encode.c169 typedef struct __bitstream bitstream; typedef in typeref:struct:__bitstream
184 bitstream_start(bitstream *bs)
192 bitstream_end(bitstream *bs)
204 bitstream_put_ui(bitstream *bs, unsigned int val, int size_in_bits)
232 bitstream_put_ue(bitstream *bs, unsigned int val)
247 bitstream_put_se(bitstream *bs, int val)
260 bitstream_byte_aligning(bitstream *bs, int bit)
280 rbsp_trailing_bits(bitstream *bs)
286 static void nal_start_code_prefix(bitstream *bs)
291 static void nal_header(bitstream *b
[all...]
/hardware/intel/common/libva/test/transcode/
H A Dmpeg2transcode.cpp1696 /* hardcoded here without a bitstream parser helper
1697 * please see picture mpeg2-I.jpg for bitstream details
2441 typedef struct __bitstream bitstream; typedef in typeref:struct:__bitstream
2473 bitstream_start(bitstream *bs)
2481 bitstream_end(bitstream *bs)
2493 bitstream_put_ui(bitstream *bs, unsigned int val, int size_in_bits)
2521 bitstream_put_ue(bitstream *bs, unsigned int val)
2536 bitstream_put_se(bitstream *bs, int val)
2549 bitstream_byte_aligning(bitstream *bs, int bit)
2569 rbsp_trailing_bits(bitstream *b
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dh264_utils.h102 // This type is used when parsing an H.264 bitstream to collect H.264 NAL
462 OMX_U8* bitstream; member in class:h264_stream_parser
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dh264_utils.h107 // This type is used when parsing an H.264 bitstream to collect H.264 NAL
463 OMX_U8* bitstream; member in class:h264_stream_parser
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dh264_utils.h107 // This type is used when parsing an H.264 bitstream to collect H.264 NAL
463 OMX_U8* bitstream; member in class:h264_stream_parser
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Dh264_utils.h107 // This type is used when parsing an H.264 bitstream to collect H.264 NAL
463 OMX_U8* bitstream; member in class:h264_stream_parser

Completed in 193 milliseconds