/external/webrtc/talk/media/base/ |
D | videoframe_unittest.h | 79 bool success = LoadFrame(kImageFilename, cricket::FOURCC_I420, in LoadFrameNoRepeat() 85 bool LoadFrame(const std::string& filename, in LoadFrame() function 90 return LoadFrame(filename, format, width, height, width, abs(height), in LoadFrame() 93 bool LoadFrame(const std::string& filename, in LoadFrame() function 102 return LoadFrame(ms.get(), format, width, height, dw, dh, rotation, frame); in LoadFrame() 105 bool LoadFrame(rtc::MemoryStream* ms, in LoadFrame() function 110 return LoadFrame(ms, format, width, height, width, abs(height), in LoadFrame() 113 bool LoadFrame(rtc::MemoryStream* ms, in LoadFrame() function 128 ret = LoadFrame(reinterpret_cast<uint8_t*>(ms->GetBuffer()), data_size, in LoadFrame() 134 bool LoadFrame(uint8_t* sample, in LoadFrame() function [all …]
|
/external/libyuv/files/source/ |
D | convert_jpeg.cc | 94 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size); in MJPGSize() 125 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size); in MJPGToI420() 253 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size); in MJPGToARGB()
|
D | mjpeg_decoder.cc | 105 LIBYUV_BOOL MJpegDecoder::LoadFrame(const uint8* src, size_t src_len) { in LoadFrame() function in libyuv::MJpegDecoder
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_gifmodule.h | 37 int32_t LoadFrame(FXGIF_Context* pContext,
|
D | icodec_gifmodule.h | 57 virtual int32_t LoadFrame(FXGIF_Context* pContext,
|
D | ccodec_gifmodule.cpp | 152 int32_t CCodec_GifModule::LoadFrame(FXGIF_Context* ctx, in LoadFrame() function in CCodec_GifModule
|
D | fx_codec_progress.cpp | 2137 pGifModule->LoadFrame(m_pGifContext, m_FrameCur, nullptr); in ContinueDecode() 2150 readRes = pGifModule->LoadFrame(m_pGifContext, m_FrameCur, nullptr); in ContinueDecode()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_jpeg.cc | 128 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size); in MJPGSize() 154 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size); in MJPGToI420() 316 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size); in MJPGToARGB()
|
D | mjpeg_decoder.cc | 105 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* src, size_t src_len);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | mjpeg_decoder.h | 89 LIBYUV_BOOL LoadFrame(const uint8* src, size_t src_len);
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvideoframe_unittest.cc | 331 LoadFrame(ms.get(), cricket::FOURCC_I420, kWidth, kHeight, &applied0)); in TEST_F()
|