Searched refs:LIBYUV_BOOL (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Dmjpeg_decoder.h29 LIBYUV_BOOL ValidateJpeg(const uint8* sample, size_t sample_size);
89 LIBYUV_BOOL LoadFrame(const uint8* src, size_t src_len);
133 LIBYUV_BOOL UnloadFrame();
142 LIBYUV_BOOL DecodeToBuffers(uint8** planes, int dst_width, int dst_height);
148 LIBYUV_BOOL DecodeToCallback(CallbackFunction fn, void* opaque,
159 LIBYUV_BOOL StartDecode();
160 LIBYUV_BOOL FinishDecode();
163 LIBYUV_BOOL DecodeImcuRow();
177 LIBYUV_BOOL has_scanline_padding_;
H A Dscale.h84 LIBYUV_BOOL interpolate);
90 LIBYUV_BOOL interpolate);
94 void SetUseReferenceImpl(LIBYUV_BOOL use);
H A Dbasic_types.h106 #define LIBYUV_BOOL int macro
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Dmjpeg_decoder.h29 LIBYUV_BOOL ValidateJpeg(const uint8* sample, size_t sample_size);
89 LIBYUV_BOOL LoadFrame(const uint8* src, size_t src_len);
133 LIBYUV_BOOL UnloadFrame();
142 LIBYUV_BOOL DecodeToBuffers(uint8** planes, int dst_width, int dst_height);
148 LIBYUV_BOOL DecodeToCallback(CallbackFunction fn, void* opaque,
160 LIBYUV_BOOL StartDecode();
161 LIBYUV_BOOL FinishDecode();
164 LIBYUV_BOOL DecodeImcuRow();
178 LIBYUV_BOOL has_scanline_padding_;
H A Dscale.h84 LIBYUV_BOOL interpolate);
90 LIBYUV_BOOL interpolate);
94 void SetUseReferenceImpl(LIBYUV_BOOL use);
H A Dbasic_types.h106 #define LIBYUV_BOOL int macro
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dmjpeg_validate.cc20 LIBYUV_BOOL ValidateJpeg(const uint8* sample, size_t sample_size) {
H A Dmjpeg_decoder.cc98 LIBYUV_BOOL MJpegDecoder::LoadFrame(const uint8* src, size_t src_len) {
228 LIBYUV_BOOL MJpegDecoder::UnloadFrame() {
241 LIBYUV_BOOL MJpegDecoder::DecodeToBuffers(
333 LIBYUV_BOOL MJpegDecoder::DecodeToCallback(CallbackFunction fn, void* opaque,
497 LIBYUV_BOOL MJpegDecoder::StartDecode() {
515 LIBYUV_BOOL MJpegDecoder::FinishDecode() {
532 inline LIBYUV_BOOL MJpegDecoder::DecodeImcuRow() {
H A Dcpu_id.cc173 static LIBYUV_BOOL TestEnv(const char* name) {
183 static LIBYUV_BOOL TestEnv(const char*) {
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 Dconvert_to_argb.cc53 LIBYUV_BOOL need_buf = (rotation && format != FOURCC_ARGB) ||
H A Dconvert_to_i420.cc46 LIBYUV_BOOL need_buf = (rotation && format != FOURCC_I420 &&
H A Dscale.cc1664 LIBYUV_BOOL interpolate) {
1680 LIBYUV_BOOL interpolate) {
/external/chromium_org/third_party/libyuv/source/
H A Dmjpeg_validate.cc20 LIBYUV_BOOL ValidateJpeg(const uint8* sample, size_t sample_size) {
H A Dmjpeg_decoder.cc98 LIBYUV_BOOL MJpegDecoder::LoadFrame(const uint8* src, size_t src_len) {
228 LIBYUV_BOOL MJpegDecoder::UnloadFrame() {
241 LIBYUV_BOOL MJpegDecoder::DecodeToBuffers(
333 LIBYUV_BOOL MJpegDecoder::DecodeToCallback(CallbackFunction fn, void* opaque,
497 LIBYUV_BOOL MJpegDecoder::StartDecode() {
515 LIBYUV_BOOL MJpegDecoder::FinishDecode() {
532 inline LIBYUV_BOOL MJpegDecoder::DecodeImcuRow() {
H A Dcpu_id.cc172 static LIBYUV_BOOL TestEnv(const char* name) {
182 static LIBYUV_BOOL TestEnv(const char*) {
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 Dconvert_to_argb.cc53 LIBYUV_BOOL need_buf = (rotation && format != FOURCC_ARGB) ||
H A Dconvert_to_i420.cc46 LIBYUV_BOOL need_buf = (rotation && format != FOURCC_I420 &&
H A Dscale.cc1664 LIBYUV_BOOL interpolate) {
1680 LIBYUV_BOOL interpolate) {

Completed in 329 milliseconds