OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoadFrame
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe_unittest.h
76
int save_repeat = repeat_; // This
LoadFrame
disables repeat.
78
bool success =
LoadFrame
(kImageFilename, cricket::FOURCC_I420,
84
bool
LoadFrame
(const std::string& filename, uint32 format,
86
return
LoadFrame
(filename, format, width, height,
89
bool
LoadFrame
(const std::string& filename, uint32 format,
93
return
LoadFrame
(ms.get(), format, width, height, dw, dh, rotation, frame);
96
bool
LoadFrame
(talk_base::MemoryStream* ms, uint32 format,
98
return
LoadFrame
(ms, format, width, height,
101
bool
LoadFrame
(talk_base::MemoryStream* ms, uint32 format,
111
ret =
LoadFrame
(reinterpret_cast<uint8*>(ms->GetBuffer()), data_size
[
all
...]
/external/libyuv/files/include/libyuv/
mjpeg_decoder.h
66
bool
LoadFrame
(const uint8* src, size_t src_len);
108
// Call this after
LoadFrame
() if you decide you don't want to decode it
/external/libyuv/files/source/
mjpeg_decoder.cc
115
bool MJpegDecoder::
LoadFrame
(const uint8* src, size_t src_len) {
convert_argb.cc
923
bool ret = mjpeg_decoder.
LoadFrame
(sample, sample_size);
[
all
...]
convert.cc
[
all
...]
Completed in 62 milliseconds