Searched refs:WebPBitstreamFeatures (Results 1 – 18 of 18) sorted by relevance
33 typedef struct WebPBitstreamFeatures WebPBitstreamFeatures; typedef413 struct WebPBitstreamFeatures { struct425 const uint8_t*, size_t, WebPBitstreamFeatures*, int); argument440 WebPBitstreamFeatures* features) { in WebPGetFeatures()465 WebPBitstreamFeatures input; // Immutable bitstream features (optional)
57 WebPBitstreamFeatures* bitstream) { in LoadWebP()59 WebPBitstreamFeatures local_features; in LoadWebP()151 WebPBitstreamFeatures* const bitstream = &config.input; in ReadWebP()
37 WebPBitstreamFeatures* bitstream);
691 static void DefaultFeatures(WebPBitstreamFeatures* const features) { in DefaultFeatures()697 WebPBitstreamFeatures* const features) { in GetFeatures()715 WebPBitstreamFeatures features; in WebPGetInfo()751 WebPBitstreamFeatures* features, in WebPGetFeaturesInternal()
131 const WebPBitstreamFeatures* const features);
614 const WebPBitstreamFeatures* const features) { in NewDecoder()657 WebPBitstreamFeatures tmp_features; in WebPIDecode()658 WebPBitstreamFeatures* const features = in WebPIDecode()
303 const WebPBitstreamFeatures* const features) { in WebPAvoidSlowMemory()
31 WebPBitstreamFeatures features; in LLVMFuzzerTestOneInput()
36 WebPBitstreamFeatures input; in WebPToSDL()
50 WebPBitstreamFeatures features; in VP8EstimateQuality()
197 const WebPBitstreamFeatures* const features, in SetFrameInfo()257 WebPBitstreamFeatures features; in StoreFrame()672 WebPBitstreamFeatures features; in CreateRawImageDemuxer()
102 WebPBitstreamFeatures features; in WebPAnimDecoderNewInternal()
187 WebPBitstreamFeatures* const bitstream = &config.input; in main()
795 WebPBitstreamFeatures features; in ProcessImageChunk()
238 WebPBitstreamFeatures features; in DisplayInfo()
142 WebPBitstreamFeatures features; in MakeFromStream()
575 WebPBitstreamFeatures features; in DEF_TEST()
1960 1f7148a4 Merge "remove unused fields from WebPDecoderOptions and WebPBitstreamFeatures"1964 775d3a37 remove unused fields from WebPDecoderOptions and WebPBitstreamFeatures3119 86c0031e add a 'format' field to WebPBitstreamFeatures3493 ad452735 WebPBitstreamFeatures: add has_animation field