Home
last modified time | relevance | path

Searched refs:LoadFrame (Results 1 – 16 of 16) 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/pdfium/core/fxcodec/codec/
Dccodec_gifmodule.cpp55 CFX_GifDecodeStatus CCodec_GifModule::LoadFrame(Context* pContext, in LoadFrame() function in CCodec_GifModule
59 CFX_GifDecodeStatus ret = context->LoadFrame(frame_num); in LoadFrame()
Dccodec_gifmodule.h55 CFX_GifDecodeStatus LoadFrame(Context* context,
Dfx_codec_progress.cpp2172 pGifModule->LoadFrame(m_pGifContext.get(), m_FrameCur, nullptr); in GifContinueDecode()
2181 readRes = pGifModule->LoadFrame(m_pGifContext.get(), m_FrameCur, nullptr); in GifContinueDecode()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_jpeg.cc97 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()
Dmjpeg_decoder.cc105 LIBYUV_BOOL MJpegDecoder::LoadFrame(const uint8_t* src, size_t src_len) { in LoadFrame() function in libyuv::MJpegDecoder
/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/libaom/libaom/third_party/libyuv/source/
Dconvert_jpeg.cc127 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()
Dmjpeg_decoder.cc104 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.h88 LIBYUV_BOOL LoadFrame(const uint8_t* src, size_t src_len);
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dmjpeg_decoder.h90 LIBYUV_BOOL LoadFrame(const uint8* src, size_t src_len);
/external/pdfium/core/fxcodec/gif/
Dcfx_gifcontext.h41 CFX_GifDecodeStatus LoadFrame(int32_t frame_num);
Dcfx_gifcontext.cpp171 CFX_GifDecodeStatus CFX_GifContext::LoadFrame(int32_t frame_num) { in LoadFrame() function in CFX_GifContext
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe_unittest.cc331 LoadFrame(ms.get(), cricket::FOURCC_I420, kWidth, kHeight, &applied0)); in TEST_F()