Home
last modified time | relevance | path

Searched defs:avifDecoder (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/crabbyavif/src/capi/
Ddecoder.rs28 pub struct avifDecoder { struct
29 pub codecChoice: avifCodecChoice,
30 pub maxThreads: i32,
54 pub data: *mut avifDecoderData, argument
70 impl Default for avifDecoder { argument
115 pub unsafe extern "C" fn crabby_avifDecoderSetIO(decoder: *mut avifDecoder, io: *mut avifIO) { in crabby_avifDecoderSetIO()
124 decoder: *mut avifDecoder, in crabby_avifDecoderSetIOFile()
136 decoder: *mut avifDecoder, in crabby_avifDecoderSetIOMemory()
146 decoder: *mut avifDecoder, in crabby_avifDecoderSetSource()
204 fn rust_decoder_to_avifDecoder(src: &Decoder, dst: &mut avifDecoder) { in rust_decoder_to_avifDecoder()
[all …]
/aosp_15_r20/external/rust/crabbyavif/include/avif/
Davif.h410 struct avifDecoder { struct
413 avifDecoderSource requestedSource; argument
434 avifDecoderData *data; argument
435 avifImageContentTypeFlags imageContentToDecode;
436 avifBool imageSequenceTrackPresent;
437 AndroidMediaCodecOutputColorFormat androidMediaCodecOutputColorFormat;
438 CompressionFormat compressionFormat;
439 Box<Decoder> rust_decoder;
440 avifImage image_object;
441 avifGainMap gainmap_object;
[all …]
/aosp_15_r20/external/skia/src/codec/
H A DSkAvifCodec.cpp52 AvifDecoder avifDecoder(avifDecoderCreate()); in MakeFromStream() local
122 AvifDecoder avifDecoder, in SkAvifCodec()
H A DSkCrabbyAvifCodec.cpp140 AvifDecoder avifDecoder(crabbyavif::avifDecoderCreate()); in MakeFromData() local
223 AvifDecoder avifDecoder, in SkCrabbyAvifCodec()