Home
last modified time | relevance | path

Searched refs:decodeFrame (Results 1 – 11 of 11) sorted by relevance

/external/libavc/fuzzer/
Davc_dec_fuzzer.cpp86 IV_API_CALL_STATUS_T decodeFrame(const uint8_t *data, size_t size,
295 IV_API_CALL_STATUS_T Codec::decodeFrame(const uint8_t *data, size_t size, in decodeFrame() function in Codec
362 ret = codec->decodeFrame(data, size, &bytesConsumed); in LLVMFuzzerTestOneInput()
/external/libhevc/fuzzer/
Dhevc_dec_fuzzer.cpp86 IV_API_CALL_STATUS_T decodeFrame(const uint8_t *data, size_t size,
300 IV_API_CALL_STATUS_T Codec::decodeFrame(const uint8_t *data, size_t size, in decodeFrame() function in Codec
367 ret = codec->decodeFrame(data, size, &bytesConsumed); in LLVMFuzzerTestOneInput()
/external/skqp/src/codec/
DSkGifCodec.cpp292 return this->decodeFrame(true, opts, rowsDecoded); in onGetPixels()
319 return this->decodeFrame(firstCallToIncrementalDecode, options, rowsDecoded); in onIncrementalDecode()
322 SkCodec::Result SkGifCodec::decodeFrame(bool firstAttempt, const Options& opts, int* rowsDecoded) { in decodeFrame() function in SkGifCodec
DSkGifCodec.h117 Result decodeFrame(bool firstAttempt, const Options& opts, int* rowsDecoded);
DSkWuffsCodec.cpp192 const char* decodeFrame();
488 const char* status = this->decodeFrame(); in onIncrementalDecode()
807 const char* SkWuffsCodec::decodeFrame() { in decodeFrame() function in SkWuffsCodec
/external/skia/third_party/libgifcodec/
DSkLibGifCodec.cpp297 return this->decodeFrame(true, opts, rowsDecoded); in onGetPixels()
324 return this->decodeFrame(firstCallToIncrementalDecode, options, rowsDecoded); in onIncrementalDecode()
327 SkCodec::Result SkLibGifCodec::decodeFrame(bool firstAttempt, const Options& opts, int* rowsDecoded… in decodeFrame() function in SkLibGifCodec
DSkLibGifCodec.h121 Result decodeFrame(bool firstAttempt, const Options& opts, int* rowsDecoded);
/external/libmpeg2/fuzzer/
Dmpeg2_dec_fuzzer.cpp74 IV_API_CALL_STATUS_T decodeFrame(const uint8_t *data, size_t size,
375 IV_API_CALL_STATUS_T Codec::decodeFrame(const uint8_t *data, size_t size, in decodeFrame() function in Codec
444 ret = codec->decodeFrame(data, size, &bytesConsumed); in LLVMFuzzerTestOneInput()
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/metadata/id3/
DId3Decoder.java145 Id3Frame frame = decodeFrame(id3Header.majorVersion, id3Data, unsignedIntFrameSizeHack, in decode()
275 private static Id3Frame decodeFrame( in decodeFrame() method
622 Id3Frame frame = decodeFrame(majorVersion, id3Data, unsignedIntFrameSizeHack, in decodeChapterFrame()
664 Id3Frame frame = decodeFrame(majorVersion, id3Data, unsignedIntFrameSizeHack, in decodeChapterTOCFrame()
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsTsiFrameProtector.java220 decodeFrame(alloc, out); in unprotect()
224 private void decodeFrame(ByteBufAllocator alloc, List<Object> out) in decodeFrame() method in AltsTsiFrameProtector.Unprotector
/external/skia/src/codec/
DSkWuffsCodec.cpp249 const char* decodeFrame(WhichDecoder which);
590 const char* status = this->decodeFrame(WhichDecoder::kIncrDecode); in onIncrementalDecodeOnePass()
604 const char* status = this->decodeFrame(WhichDecoder::kIncrDecode); in onIncrementalDecodeTwoPass()
894 const char* SkWuffsCodec::decodeFrame(WhichDecoder which) { in decodeFrame() function in SkWuffsCodec