Home
last modified time | relevance | path

Searched refs:WebPBitstreamFeatures (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/webp/src/webp/
H A Ddecode.h33 typedef struct WebPBitstreamFeatures WebPBitstreamFeatures; typedef
413 struct WebPBitstreamFeatures { struct
425 const uint8_t*, size_t, WebPBitstreamFeatures*, int); argument
440 WebPBitstreamFeatures* features) { in WebPGetFeatures()
465 WebPBitstreamFeatures input; // Immutable bitstream features (optional)
/aosp_15_r20/external/webp/imageio/
H A Dwebpdec.c57 WebPBitstreamFeatures* bitstream) { in LoadWebP()
59 WebPBitstreamFeatures local_features; in LoadWebP()
151 WebPBitstreamFeatures* const bitstream = &config.input; in ReadWebP()
H A Dwebpdec.h37 WebPBitstreamFeatures* bitstream);
/aosp_15_r20/external/webp/src/dec/
H A Dwebp_dec.c691 static void DefaultFeatures(WebPBitstreamFeatures* const features) { in DefaultFeatures()
697 WebPBitstreamFeatures* const features) { in GetFeatures()
715 WebPBitstreamFeatures features; in WebPGetInfo()
751 WebPBitstreamFeatures* features, in WebPGetFeaturesInternal()
H A Dwebpi_dec.h131 const WebPBitstreamFeatures* const features);
H A Didec_dec.c614 const WebPBitstreamFeatures* const features) { in NewDecoder()
657 WebPBitstreamFeatures tmp_features; in WebPIDecode()
658 WebPBitstreamFeatures* const features = in WebPIDecode()
H A Dbuffer_dec.c303 const WebPBitstreamFeatures* const features) { in WebPAvoidSlowMemory()
/aosp_15_r20/external/webp/tests/fuzzer/
H A Danimdecoder_fuzzer.cc31 WebPBitstreamFeatures features; in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/webp/extras/
H A Dwebp_to_sdl.c36 WebPBitstreamFeatures input; in WebPToSDL()
H A Dquality_estimate.c50 WebPBitstreamFeatures features; in VP8EstimateQuality()
/aosp_15_r20/external/webp/src/demux/
H A Ddemux.c197 const WebPBitstreamFeatures* const features, in SetFrameInfo()
257 WebPBitstreamFeatures features; in StoreFrame()
672 WebPBitstreamFeatures features; in CreateRawImageDemuxer()
H A Danim_decode.c102 WebPBitstreamFeatures features; in WebPAnimDecoderNewInternal()
/aosp_15_r20/external/webp/examples/
H A Ddwebp.c187 WebPBitstreamFeatures* const bitstream = &config.input; in main()
H A Dwebpinfo.c795 WebPBitstreamFeatures features; in ProcessImageChunk()
H A Dwebpmux.c238 WebPBitstreamFeatures features; in DisplayInfo()
/aosp_15_r20/external/skia/src/codec/
H A DSkWebpCodec.cpp142 WebPBitstreamFeatures features; in MakeFromStream()
/aosp_15_r20/external/skia/tests/
H A DEncodeTest.cpp575 WebPBitstreamFeatures features; in DEF_TEST()
/aosp_15_r20/external/webp/
H A DChangeLog1960 1f7148a4 Merge "remove unused fields from WebPDecoderOptions and WebPBitstreamFeatures"
1964 775d3a37 remove unused fields from WebPDecoderOptions and WebPBitstreamFeatures
3119 86c0031e add a 'format' field to WebPBitstreamFeatures
3493 ad452735 WebPBitstreamFeatures: add has_animation field