HomeSort by relevance Sort by last modified time
    Searched refs:LoadFrame (Results 1 - 16 of 16) sorted by null

  /external/pdfium/core/fxcodec/codec/
ccodec_gifmodule.h 55 CFX_GifDecodeStatus LoadFrame(Context* context,
ccodec_gifmodule.cpp 55 CFX_GifDecodeStatus CCodec_GifModule::LoadFrame(Context* pContext,
59 CFX_GifDecodeStatus ret = context->LoadFrame(frame_num);
fx_codec_progress.cpp     [all...]
  /external/webrtc/talk/media/base/
videoframe_unittest.h 77 int save_repeat = repeat_; // This LoadFrame disables repeat.
79 bool success = LoadFrame(kImageFilename, cricket::FOURCC_I420,
85 bool LoadFrame(const std::string& filename,
90 return LoadFrame(filename, format, width, height, width, abs(height),
93 bool LoadFrame(const std::string& filename,
102 return LoadFrame(ms.get(), format, width, height, dw, dh, rotation, frame);
105 bool LoadFrame(rtc::MemoryStream* ms,
110 return LoadFrame(ms, format, width, height, width, abs(height),
113 bool LoadFrame(rtc::MemoryStream* ms,
128 ret = LoadFrame(reinterpret_cast<uint8_t*>(ms->GetBuffer()), data_size
    [all...]
  /external/libaom/libaom/third_party/libyuv/include/libyuv/
mjpeg_decoder.h 90 LIBYUV_BOOL LoadFrame(const uint8* src, size_t src_len);
132 // Call this after LoadFrame() if you decide you don't want to decode it
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
mjpeg_decoder.h 88 LIBYUV_BOOL LoadFrame(const uint8_t* src, size_t src_len);
130 // Call this after LoadFrame() if you decide you don't want to decode it
  /external/libyuv/files/include/libyuv/
mjpeg_decoder.h 88 LIBYUV_BOOL LoadFrame(const uint8* src, size_t src_len);
130 // Call this after LoadFrame() if you decide you don't want to decode it
  /external/pdfium/core/fxcodec/gif/
cfx_gifcontext.h 41 CFX_GifDecodeStatus LoadFrame(int32_t frame_num);
cfx_gifcontext.cpp 171 CFX_GifDecodeStatus CFX_GifContext::LoadFrame(int32_t frame_num) {
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_jpeg.cc 97 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size);
129 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size);
263 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size);
mjpeg_decoder.cc 105 LIBYUV_BOOL MJpegDecoder::LoadFrame(const uint8_t* src, size_t src_len) {
  /external/libyuv/files/source/
convert_jpeg.cc 94 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size);
125 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size);
253 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size);
mjpeg_decoder.cc 105 LIBYUV_BOOL MJpegDecoder::LoadFrame(const uint8* src, size_t src_len) {
  /external/libaom/libaom/third_party/libyuv/source/
convert_jpeg.cc 127 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size);
153 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size);
315 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size);
mjpeg_decoder.cc 104 LIBYUV_BOOL MJpegDecoder::LoadFrame(const uint8* src, size_t src_len) {
  /external/webrtc/talk/media/webrtc/
webrtcvideoframe_unittest.cc 331 LoadFrame(ms.get(), cricket::FOURCC_I420, kWidth, kHeight, &applied0));

Completed in 123 milliseconds