Home
last modified time | relevance | path

Searched defs:bitstream (Results 1 – 25 of 40) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/wuffs/lib/flatecut/
Dflatecut.go99 type bitstream struct { struct
101 bytes []byte
102 index int
106 bits uint64
107 nBits uint32
110 func (b *bitstream) take(nBits uint32) int32 {
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_enc_common.h59 struct pipe_resource *bitstream; member
71 struct pipe_resource *bitstream; member
/third_party/skia/third_party/externals/libwebp/imageio/
Dwebpdec.c57 WebPBitstreamFeatures* bitstream) { in LoadWebP()
151 WebPBitstreamFeatures* const bitstream = &config.input; in ReadWebP() local
/third_party/flutter/skia/third_party/externals/libwebp/imageio/
Dwebpdec.c57 WebPBitstreamFeatures* bitstream) { in LoadWebP()
151 WebPBitstreamFeatures* const bitstream = &config.input; in ReadWebP() local
/third_party/libsnd/src/ALAC/
Dalac_encoder.c222 EncodeStereo (ALAC_ENCODER *p, struct BitBuffer * bitstream, const int32_t * inputBuffer, uint32_t … in EncodeStereo()
504 EncodeStereoFast (ALAC_ENCODER *p, struct BitBuffer * bitstream, const int32_t * inputBuffer, uint3… in EncodeStereoFast()
686 EncodeStereoEscape (ALAC_ENCODER *p, struct BitBuffer * bitstream, const int32_t * inputBuffer, uin… in EncodeStereoEscape()
743 EncodeMono (ALAC_ENCODER *p, struct BitBuffer * bitstream, const int32_t * inputBuffer, uint32_t st… in EncodeMono()
965 BitBuffer bitstream ; in alac_encode() local
Dag_enc.c230 int32_t dyn_comp (AGParamRecPtr params, int32_t * pc, BitBuffer * bitstream, int32_t numSamples, in… in dyn_comp()
Dag_dec.c266 int32_t dyn_decomp (AGParamRecPtr params, BitBuffer * bitstream, int32_t * pc, int32_t numSamples, … in dyn_decomp()
/third_party/ffmpeg/libavcodec/
Dvt_internal.h24 uint8_t *bitstream; member
Dnvdec.h59 uint8_t *bitstream; member
Ddxva2_vp9.c32 const uint8_t *bitstream; member
Ddxva2_vc1.c35 const uint8_t *bitstream; member
Ddxva2_av1.c42 uint8_t *bitstream; member
Ddxva2_mpeg2.c36 const uint8_t *bitstream; member
Ddxva2_hevc.c36 const uint8_t *bitstream; member
/third_party/flutter/skia/third_party/externals/libwebp/src/webp/
Dmux.h136 static WEBP_INLINE WebPMux* WebPMuxCreate(const WebPData* bitstream, in WebPMuxCreate()
200 WebPData bitstream; // image data: can be a raw VP8/VP8L bitstream member
/third_party/skia/third_party/externals/libwebp/src/webp/
Dmux.h136 static WEBP_INLINE WebPMux* WebPMuxCreate(const WebPData* bitstream, in WebPMuxCreate()
200 WebPData bitstream; // image data: can be a raw VP8/VP8L bitstream member
/third_party/skia/third_party/externals/libwebp/src/mux/
Dmuxedit.c128 static WebPMuxError GetImageData(const WebPData* const bitstream, in GetImageData()
216 const WebPData* const bitstream, int copy_data, WebPMuxImage* const wpi) { in SetAlphaAndImageChunks()
233 WebPMuxError WebPMuxSetImage(WebPMux* mux, const WebPData* bitstream, in WebPMuxSetImage()
Dmuxread.c174 WebPMux* WebPMuxCreateInternal(const WebPData* bitstream, int copy_data, in WebPMuxCreateInternal()
387 WebPData* const bitstream) { in SynthesizeBitstream()
/third_party/flutter/skia/third_party/externals/libwebp/src/mux/
Dmuxedit.c128 static WebPMuxError GetImageData(const WebPData* const bitstream, in GetImageData()
216 const WebPData* const bitstream, int copy_data, WebPMuxImage* const wpi) { in SetAlphaAndImageChunks()
233 WebPMuxError WebPMuxSetImage(WebPMux* mux, const WebPData* bitstream, in WebPMuxSetImage()
Dmuxread.c175 WebPMux* WebPMuxCreateInternal(const WebPData* bitstream, int copy_data, in WebPMuxCreateInternal()
390 WebPData* const bitstream) { in SynthesizeBitstream()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11decoder.h65 gpointer bitstream; member
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Ddwebp.c186 WebPBitstreamFeatures* const bitstream = &config.input; in main() local
/third_party/skia/third_party/externals/libwebp/examples/
Ddwebp.c187 WebPBitstreamFeatures* const bitstream = &config.input; in main() local
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2decoder.c59 GstMemory *bitstream; member
902 GstMemory * bitstream, GstBuffer * pic_buf) in gst_v4l2_decoder_alloc_request()
948 GstV4l2Request * prev_request, GstMemory * bitstream) in gst_v4l2_decoder_alloc_sub_request()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video.h80 struct nouveau_bo *bitstream; member

12