Searched defs:avifDecoder (Results 1 – 4 of 4) sorted by relevance
/external/rust/crabbyavif/src/capi/ |
D | decoder.rs | 29 pub struct avifDecoder { struct 30 pub codecChoice: avifCodecChoice, 31 pub maxThreads: i32, 55 pub data: *mut avifDecoderData, argument 71 impl Default for avifDecoder { argument 116 pub unsafe extern "C" fn crabby_avifDecoderSetIO(decoder: *mut avifDecoder, io: *mut avifIO) { in crabby_avifDecoderSetIO() 125 decoder: *mut avifDecoder, in crabby_avifDecoderSetIOFile() 137 decoder: *mut avifDecoder, in crabby_avifDecoderSetIOMemory() 147 decoder: *mut avifDecoder, in crabby_avifDecoderSetSource() 205 fn rust_decoder_to_avifDecoder(src: &Decoder, dst: &mut avifDecoder) { in rust_decoder_to_avifDecoder() [all …]
|
/external/rust/crabbyavif/include/avif/ |
D | avif.h | 410 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 …]
|
/external/skia/src/codec/ |
D | SkAvifCodec.cpp | 52 AvifDecoder avifDecoder(avifDecoderCreate()); in MakeFromStream() local 122 AvifDecoder avifDecoder, in SkAvifCodec()
|
D | SkCrabbyAvifCodec.cpp | 177 AvifDecoder avifDecoder(crabbyavif::avifDecoderCreate()); in MakeFromData() local 274 AvifDecoder avifDecoder, in SkCrabbyAvifCodec()
|