Home
last modified time | relevance | path

Searched defs:demux (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Dmux_demux_api_fuzzer.c60 WebPDemuxer* demux; in LLVMFuzzerTestOneInput() local
Danimation_api_fuzzer.c29 WebPDemuxer* const demux = WebPDemux(&webp_data); in LLVMFuzzerTestOneInput() local
/third_party/skia/third_party/externals/libwebp/src/
DMakefile.am8 SUBDIRS += demux subdir
/third_party/skia/src/codec/
DSkWebpCodec.cpp62 SkAutoTCallVProc<WebPDemuxer, WebPDemuxDelete> demux(WebPDemuxPartial(&webpData, &state)); in MakeFromStream() local
551 WebPDemuxer* demux, sk_sp<SkData> data, SkEncodedOrigin origin) in SkWebpCodec()
/third_party/skia/third_party/externals/libwebp/imageio/
Dwebpdec.c114 WebPDemuxer* const demux = WebPDemux(&webp_data); in ExtractMetadata() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DvktVideoSessionFfmpegUtils.cpp106 bool FfmpegDemuxerImpl::demux (deUint8** pData, deInt64* pSize) in demux() function in vkt::video::FfmpegDemuxerImpl