HomeSort by relevance Sort by last modified time
    Searched defs:bitstream (Results 1 - 20 of 20) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/test/
opus_test.cc 277 uint8_t bitstream[kMaxBytes]; local
281 &audio[read_samples], frame_length, kMaxBytes, bitstream);
304 opus_mono_decoder_, bitstream, bitstream_len_byte,
313 opus_stereo_decoder_, bitstream, bitstream_len_byte,
324 bitstream, bitstream_len_byte, NULL);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmapView.java 34 * PurgeableBitmapView decodes an encoded bitstream to a Bitmap each time update()
39 private final byte[] bitstream; field in class:PurgeableBitmapView
61 bitstream = generateBitstream(src, Bitmap.CompressFormat.JPEG, 80);
84 bitstream, 0, bitstream.length, mOptions);
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video.h 80 struct nouveau_bo *bitstream; member in struct:nv84_decoder
  /external/webp/include/webp/
mux.h 130 // bitstream - (in) the bitstream data in WebP RIFF format
136 static WEBP_INLINE WebPMux* WebPMuxCreate(const WebPData* bitstream,
138 return WebPMuxCreateInternal(bitstream, copy_data, WEBP_MUX_ABI_VERSION);
200 WebPData bitstream; // image data: can be a raw VP8/VP8L bitstream member in struct:WebPMuxFrameInfo
217 // bitstream - (in) can be a raw VP8/VP8L bitstream or a single-image
222 // WEBP_MUX_INVALID_ARGUMENT - if mux is NULL or bitstream is NULL.
226 WebPMux* mux, const WebPData* bitstream, int copy_data)
    [all...]
  /external/webp/src/webp/
mux.h 130 // bitstream - (in) the bitstream data in WebP RIFF format
136 static WEBP_INLINE WebPMux* WebPMuxCreate(const WebPData* bitstream,
138 return WebPMuxCreateInternal(bitstream, copy_data, WEBP_MUX_ABI_VERSION);
200 WebPData bitstream; // image data: can be a raw VP8/VP8L bitstream member in struct:WebPMuxFrameInfo
217 // bitstream - (in) can be a raw VP8/VP8L bitstream or a single-image
222 // WEBP_MUX_INVALID_ARGUMENT - if mux is NULL or bitstream is NULL.
226 WebPMux* mux, const WebPData* bitstream, int copy_data)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 136 uint8_t *bitstream = inHeader->pBuffer + inHeader->nOffset; local
137 uint32_t *start_code = (uint32_t *)bitstream;
151 vol_data[0] = bitstream;
253 uint8_t *bitstreamTmp = bitstream;
  /hardware/intel/common/libmix/videoencoder/
bitstream.h 23 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 *bs, int nal_ref_idc, int nal_unit_type
    [all...]
  /external/mesa3d/src/gallium/state_trackers/omx/
vid_enc.c 63 struct pipe_resource *bitstream; member in struct:encode_task
75 struct pipe_resource *bitstream; member in struct:output_buf_private
820 pipe_resource_reference(&outp->bitstream, NULL);
881 pipe_resource_reference(&i->bitstream, NULL);
    [all...]
  /external/webp/src/mux/
muxedit.c 125 // Outputs image data given a bitstream. The bitstream can either be a
127 // Also outputs 'is_lossless' to be true if the given bitstream is lossless.
128 static WebPMuxError GetImageData(const WebPData* const bitstream,
132 if (bitstream->size < TAG_SIZE ||
133 memcmp(bitstream->bytes, "RIFF", TAG_SIZE)) {
135 *image = *bitstream;
139 WebPMux* const mux = WebPMuxCreate(bitstream, 0);
213 // Extracts image & alpha data from the given bitstream and then sets wpi.alpha_
216 const WebPData* const bitstream, int copy_data, WebPMuxImage* const wpi)
269 const WebPData* const bitstream = &info->bitstream; local
    [all...]
  /cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
MediaBitstreamsTest.java 164 String bitstream = parser.getAttributeValue(null, key); local
165 if (!bitstream.startsWith(prefix)) {
192 entries.add(new Object[] {prefix, bitstream, curPackage, packageToRun});
258 * @param p path to bitstream
337 CLog.i("Pushing %d bitstream(s) from %s to %s",
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 90 BitstreamDecVideo *bitstream; /* library bitstream buffer (input buffer) */ member in struct:tagVol
201 BitstreamDecVideo *bitstream; /* library bitstream buffer (input buffer) */ member in struct:tagVideoDecData
  /hardware/intel/common/libva/test/encode/
avcenc.c 734 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 *bs, int nal_ref_idc, int nal_unit_type
    [all...]
mpeg2enc.c 161 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;
    [all...]
mpeg2vaenc.c 161 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;
    [all...]
h264encode.c 169 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 *bs, int nal_ref_idc, int nal_unit_type
    [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp 2441 typedef struct __bitstream bitstream; typedef in typeref:struct:__bitstream
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 102 // 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/
h264_utils.h 107 // 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/
h264_utils.h 107 // 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/
h264_utils.h 107 // 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 683 milliseconds