/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/libvpx/libvpx/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 | 66 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/pdfium/xfa/src/fdp/include/ |
D | fde_img.h | 27 virtual FX_BOOL LoadFrame(int32_t index) = 0;
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_gif.cpp | 142 int32_t CCodec_GifModule::LoadFrame(void* pContext, in LoadFrame() function in CCodec_GifModule
|
D | codec_int.h | 240 virtual int32_t LoadFrame(void* pContext,
|
D | fx_codec_progress.cpp | 2162 pGifModule->LoadFrame(m_pGifContext, m_FrameCur, nullptr); in ContinueDecode() 2173 readRes = pGifModule->LoadFrame(m_pGifContext, m_FrameCur, nullptr); in ContinueDecode()
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvideoframe_unittest.cc | 331 LoadFrame(ms.get(), cricket::FOURCC_I420, kWidth, kHeight, &applied0)); in TEST_F()
|
/external/libyuv/files/source/ |
D | mjpeg_decoder.cc | 115 bool MJpegDecoder::LoadFrame(const uint8* src, size_t src_len) { in LoadFrame() function in libyuv::MJpegDecoder
|
D | convert_argb.cc | 923 bool ret = mjpeg_decoder.LoadFrame(sample, sample_size); in MJPGToARGB()
|
D | convert.cc | 1631 bool ret = mjpeg_decoder.LoadFrame(sample, sample_size); in MJPGToI420()
|
/external/pdfium/core/include/fxcodec/ |
D | fx_codec.h | 335 virtual int32_t LoadFrame(void* pContext,
|