OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoadFrame
(Results
1 - 13
of
13
) 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/libvpx/libvpx/third_party/libyuv/include/libyuv/
mjpeg_decoder.h
89
LIBYUV_BOOL
LoadFrame
(const uint8* src, size_t src_len);
131
// 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/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/libvpx/libvpx/third_party/libyuv/source/
convert_jpeg.cc
128
LIBYUV_BOOL ret = mjpeg_decoder.
LoadFrame
(sample, sample_size);
154
LIBYUV_BOOL ret = mjpeg_decoder.
LoadFrame
(sample, sample_size);
316
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/webrtc/talk/media/webrtc/
webrtcvideoframe_unittest.cc
331
LoadFrame
(ms.get(), cricket::FOURCC_I420, kWidth, kHeight, &applied0));
Completed in 885 milliseconds