Searched defs:LoadFrame (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libyuv/source/
H A Dmjpeg_decoder.cc98 LIBYUV_BOOL MJpegDecoder::LoadFrame(const uint8* src, size_t src_len) { function in class:libyuv::MJpegDecoder
/external/libyuv/files/source/
H A Dmjpeg_decoder.cc115 bool MJpegDecoder::LoadFrame(const uint8* src, size_t src_len) { function in class:libyuv::MJpegDecoder
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoframe_unittest.h76 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, function in class:VideoFrameTest
86 return LoadFrame(filename, format, width, height,
89 bool LoadFrame(const std::string& filename, uint32 format, function in class:VideoFrameTest
93 return LoadFrame(ms.get(), format, width, height, dw, dh, rotation, frame);
96 bool LoadFrame(talk_base::MemoryStream* ms, uint32 format, function in class:VideoFrameTest
98 return LoadFrame(ms, format, width, height,
101 bool LoadFrame(talk_base::MemoryStream* ms, uint32 format, function in class:VideoFrameTest
111 ret = LoadFrame(reinterpret_cas
117 bool LoadFrame(uint8* sample, size_t sample_size, uint32 format, function in class:VideoFrameTest
122 bool LoadFrame(uint8* sample, size_t sample_size, uint32 format, function in class:VideoFrameTest
[all...]

Completed in 112 milliseconds