Searched refs:LoadFrame (Results 1 - 11 of 11) sorted by relevance

/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(rtc::MemoryStream* ms, uint32 format, function in class:VideoFrameTest
98 return LoadFrame(ms, format, width, height,
101 bool LoadFrame(rtc::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...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Dmjpeg_decoder.h89 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/chromium_org/third_party/libyuv/include/libyuv/
H A Dmjpeg_decoder.h89 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/
H A Dmjpeg_decoder.h66 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/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dconvert_jpeg.cc127 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);
H A Dmjpeg_decoder.cc98 LIBYUV_BOOL MJpegDecoder::LoadFrame(const uint8* src, size_t src_len) { function in class:libyuv::MJpegDecoder
/external/chromium_org/third_party/libyuv/source/
H A Dconvert_jpeg.cc127 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);
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
H A Dconvert_argb.cc923 bool ret = mjpeg_decoder.LoadFrame(sample, sample_size);
H A Dconvert.cc1631 bool ret = mjpeg_decoder.LoadFrame(sample, sample_size);

Completed in 183 milliseconds