HomeSort by relevance Sort by last modified time
    Searched defs:bitstream (Results 1 - 14 of 14) 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/u-boot/include/jffs2/
mini_inflate.h 31 struct bitstream { struct
  /external/aac/libSACenc/src/
sacenc_bitstream.cpp 100 Bitstream Writer
262 /* write data to bitstream */
263 static void ecData(HANDLE_FDK_BITSTREAM bitstream,
290 FDKwriteBits(bitstream, losslessData->bsXXXDataMode[paramIdx][0], 2);
306 FDKwriteBits(bitstream, losslessData->bsXXXDataMode[paramIdx][ps], 2);
356 FDKwriteBits(bitstream, losslessData->bsDataPair[paramIdx][ps], 1);
357 FDKwriteBits(bitstream, losslessData->bsQuantCoarseXXX[paramIdx][ps], 1);
358 FDKwriteBits(bitstream, losslessData->bsFreqResStrideXXX[paramIdx][ps],
401 fdk_sacenc_ecDataPairEnc(bitstream, cmpIdxData, cmpOldData, dataType, 0,
406 fdk_sacenc_ecDataSingleEnc(bitstream, cmpIdxData, cmpOldData, dataType
547 FDK_BITSTREAM bitstream; local
739 FDK_BITSTREAM bitstream; local
    [all...]
  /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 140 uint8_t *bitstream = inHeader->pBuffer + inHeader->nOffset; local
141 uint32_t *start_code = (uint32_t *)bitstream;
155 vol_data[0] = bitstream;
257 uint8_t *bitstreamTmp = bitstream;
  /external/mesa3d/src/gallium/state_trackers/omx_bellagio/
vid_enc.c 62 struct pipe_resource *bitstream; member in struct:encode_task
74 struct pipe_resource *bitstream; member in struct:output_buf_private
821 pipe_resource_reference(&outp->bitstream, NULL);
882 pipe_resource_reference(&i->bitstream, NULL);
    [all...]
  /frameworks/av/media/codec2/components/mpeg4_h263/
C2SoftMpeg4Dec.cpp 541 uint8_t *bitstream = const_cast<uint8_t *>(rView.data() + inOffset); local
542 uint32_t *start_code = (uint32_t *)bitstream;
555 vol_data[0] = bitstream;
630 uint8_t *bitstreamTmp = bitstream;
  /frameworks/av/media/codec2/components/aom/
C2SoftAomDec.cpp 461 uint8_t* bitstream = const_cast<uint8_t*>(rView.data() + inOffset); local
465 DUMP_TO_FILE(mOutFile, bitstream, inSize);
470 aom_codec_decode(mCodecCtx, bitstream, inSize, &frameIndex);
  /frameworks/av/media/codec2/components/vpx/
C2SoftVpxDec.cpp 599 uint8_t *bitstream = const_cast<uint8_t *>(rView.data() + inOffset); local
601 mCodecCtx, bitstream, inSize, &frameIndex, 0);
    [all...]
  /cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
MediaBitstreamsTest.java 166 String bitstream = parser.getAttributeValue(null, key); local
167 if (!bitstream.startsWith(prefix)) {
197 entries.add(new Object[] {prefix, bitstream, curPackage, packageToRun, enforce});
269 * @param p path to bitstream
348 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

Completed in 1259 milliseconds