Home
last modified time | relevance | path

Searched refs:LoadFrame (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/talk/media/base/
Dvideoframe_unittest.h79 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/
Dconvert_jpeg.cc94 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()
Dmjpeg_decoder.cc105 LIBYUV_BOOL MJpegDecoder::LoadFrame(const uint8* src, size_t src_len) { in LoadFrame() function in libyuv::MJpegDecoder
/external/pdfium/core/fxcodec/codec/
Dccodec_gifmodule.h37 int32_t LoadFrame(FXGIF_Context* pContext,
Dicodec_gifmodule.h57 virtual int32_t LoadFrame(FXGIF_Context* pContext,
Dccodec_gifmodule.cpp152 int32_t CCodec_GifModule::LoadFrame(FXGIF_Context* ctx, in LoadFrame() function in CCodec_GifModule
Dfx_codec_progress.cpp2137 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/
Dconvert_jpeg.cc128 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()
Dmjpeg_decoder.cc105 LIBYUV_BOOL MJpegDecoder::LoadFrame(const uint8* src, size_t src_len) { in LoadFrame() function in libyuv::MJpegDecoder
/external/libyuv/files/include/libyuv/
Dmjpeg_decoder.h88 LIBYUV_BOOL LoadFrame(const uint8* src, size_t src_len);
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dmjpeg_decoder.h89 LIBYUV_BOOL LoadFrame(const uint8* src, size_t src_len);
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe_unittest.cc331 LoadFrame(ms.get(), cricket::FOURCC_I420, kWidth, kHeight, &applied0)); in TEST_F()