/external/pdfium/core/fxcodec/gif/ |
D | gifmodule.cpp | 55 CFX_GifDecodeStatus GifModule::LoadFrame(Context* pContext, size_t frame_num) { in LoadFrame() function in fxcodec::GifModule 56 return static_cast<CFX_GifContext*>(pContext)->LoadFrame(frame_num); in LoadFrame()
|
D | gifmodule.h | 55 CFX_GifDecodeStatus LoadFrame(Context* context, size_t frame_num);
|
D | cfx_gifcontext.h | 44 CFX_GifDecodeStatus LoadFrame(int32_t frame_num);
|
D | cfx_gifcontext.cpp | 163 CFX_GifDecodeStatus CFX_GifContext::LoadFrame(int32_t frame_num) { in LoadFrame() function in fxcodec::CFX_GifContext
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_jpeg.cc | 97 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size); in MJPGSize() 129 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size); in MJPGToI420() 263 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size); in MJPGToARGB()
|
D | mjpeg_decoder.cc | 105 LIBYUV_BOOL MJpegDecoder::LoadFrame(const uint8_t* src, size_t src_len) { in LoadFrame() function in libyuv::MJpegDecoder
|
/external/libyuv/files/source/ |
D | convert_jpeg.cc | 97 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(src_mjpg, src_size_mjpg); in MJPGSize() 129 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(src_mjpg, src_size_mjpg); in MJPGToI420() 269 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(src_mjpg, src_size_mjpg); in MJPGToNV21() 400 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(src_mjpg, src_size_mjpg); in MJPGToARGB()
|
D | mjpeg_decoder.cc | 106 LIBYUV_BOOL MJpegDecoder::LoadFrame(const uint8_t* src, size_t src_len) { in LoadFrame() function in libyuv::MJpegDecoder
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert_jpeg.cc | 127 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size); in MJPGSize() 153 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size); in MJPGToI420() 315 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size); in MJPGToARGB()
|
D | mjpeg_decoder.cc | 104 LIBYUV_BOOL MJpegDecoder::LoadFrame(const uint8* src, size_t src_len) { in LoadFrame() function in libyuv::MJpegDecoder
|
/external/libyuv/files/include/libyuv/ |
D | mjpeg_decoder.h | 88 LIBYUV_BOOL LoadFrame(const uint8_t* src, size_t src_len);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | mjpeg_decoder.h | 88 LIBYUV_BOOL LoadFrame(const uint8_t* src, size_t src_len);
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | mjpeg_decoder.h | 90 LIBYUV_BOOL LoadFrame(const uint8* src, size_t src_len);
|
/external/libyuv/files/fuzz/ |
D | mjpeg_dec_fuzz.cc | 127 if (decoder.LoadFrame(data, size) == LIBYUV_FALSE) { in LLVMFuzzerTestOneInput()
|
/external/pdfium/core/fxcodec/ |
D | progressivedecoder.cpp | 898 pGifModule->LoadFrame(m_pGifContext.get(), m_FrameCur); in GifContinueDecode() 907 readRes = pGifModule->LoadFrame(m_pGifContext.get(), m_FrameCur); in GifContinueDecode()
|
/external/libyuv/files/unit_test/ |
D | convert_test.cc | 2032 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size); in ShowJPegInfo()
|