Searched refs:mjpeg_decoder (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dconvert_jpeg.cc14 #include "libyuv/mjpeg_decoder.h"
126 MJpegDecoder mjpeg_decoder; local
127 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size);
129 *width = mjpeg_decoder.GetWidth();
130 *height = mjpeg_decoder.GetHeight();
132 mjpeg_decoder.UnloadFrame();
152 MJpegDecoder mjpeg_decoder; local
153 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size);
154 if (ret && (mjpeg_decoder.GetWidth() != w ||
155 mjpeg_decoder
314 MJpegDecoder mjpeg_decoder; local
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Dconvert_jpeg.cc14 #include "libyuv/mjpeg_decoder.h"
126 MJpegDecoder mjpeg_decoder; local
127 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size);
129 *width = mjpeg_decoder.GetWidth();
130 *height = mjpeg_decoder.GetHeight();
132 mjpeg_decoder.UnloadFrame();
152 MJpegDecoder mjpeg_decoder; local
153 LIBYUV_BOOL ret = mjpeg_decoder.LoadFrame(sample, sample_size);
154 if (ret && (mjpeg_decoder.GetWidth() != w ||
155 mjpeg_decoder
314 MJpegDecoder mjpeg_decoder; local
[all...]
/external/libyuv/files/source/
H A Dconvert_argb.cc18 #include "libyuv/mjpeg_decoder.h"
922 MJpegDecoder mjpeg_decoder; local
923 bool ret = mjpeg_decoder.LoadFrame(sample, sample_size);
924 if (ret && (mjpeg_decoder.GetWidth() != w ||
925 mjpeg_decoder.GetHeight() != h)) {
927 mjpeg_decoder.UnloadFrame();
933 if (mjpeg_decoder.GetColorSpace() ==
935 mjpeg_decoder.GetNumComponents() == 3 &&
936 mjpeg_decoder.GetVertSampFactor(0) == 2 &&
937 mjpeg_decoder
[all...]
H A Dconvert.cc17 #include "libyuv/mjpeg_decoder.h"
1630 MJpegDecoder mjpeg_decoder; local
1631 bool ret = mjpeg_decoder.LoadFrame(sample, sample_size);
1632 if (ret && (mjpeg_decoder.GetWidth() != w ||
1633 mjpeg_decoder.GetHeight() != h)) {
1635 mjpeg_decoder.UnloadFrame();
1641 if (mjpeg_decoder.GetColorSpace() ==
1643 mjpeg_decoder.GetNumComponents() == 3 &&
1644 mjpeg_decoder.GetVertSampFactor(0) == 2 &&
1645 mjpeg_decoder
[all...]
/external/chromium_org/third_party/libyuv/
H A DAndroid.mk36 # source/mjpeg_decoder.cc
H A Dlibyuv.target.darwin-arm.mk39 third_party/libyuv/source/mjpeg_decoder.cc \
H A Dlibyuv.target.darwin-arm64.mk39 third_party/libyuv/source/mjpeg_decoder.cc \
H A Dlibyuv.target.darwin-mips.mk39 third_party/libyuv/source/mjpeg_decoder.cc \
H A Dlibyuv.target.darwin-mips64.mk39 third_party/libyuv/source/mjpeg_decoder.cc \
H A Dlibyuv.target.darwin-x86.mk39 third_party/libyuv/source/mjpeg_decoder.cc \
H A Dlibyuv.target.darwin-x86_64.mk39 third_party/libyuv/source/mjpeg_decoder.cc \
H A Dlibyuv.target.linux-arm.mk39 third_party/libyuv/source/mjpeg_decoder.cc \
H A Dlibyuv.target.linux-arm64.mk39 third_party/libyuv/source/mjpeg_decoder.cc \
H A Dlibyuv.target.linux-mips.mk39 third_party/libyuv/source/mjpeg_decoder.cc \
H A Dlibyuv.target.linux-mips64.mk39 third_party/libyuv/source/mjpeg_decoder.cc \
H A Dlibyuv.target.linux-x86.mk39 third_party/libyuv/source/mjpeg_decoder.cc \
H A Dlibyuv.target.linux-x86_64.mk39 third_party/libyuv/source/mjpeg_decoder.cc \

Completed in 244 milliseconds