Searched refs:crop_right (Results 1 - 17 of 17) sorted by relevance
/external/chromium_org/third_party/libwebp/dec/ |
H A D | decode_vp8.h | 98 int crop_left, crop_right, crop_top, crop_bottom; member in struct:VP8Io
|
H A D | frame.c | 323 io->mb_w = io->crop_right - io->crop_left; 435 dec->br_mb_x_ = (io->crop_right + 15 + extra_pixels) >> 4;
|
H A D | vp8.c | 314 io->crop_right = io->width;
|
H A D | vp8l.c | 595 assert(io->crop_left < io->crop_right); 609 io->mb_w = io->crop_right - io->crop_left;
|
H A D | webp.c | 791 io->crop_right = x + w;
|
/external/webp/src/dec/ |
H A D | decode_vp8.h | 98 int crop_left, crop_right, crop_top, crop_bottom; member in struct:VP8Io
|
H A D | frame.c | 323 io->mb_w = io->crop_right - io->crop_left; 435 dec->br_mb_x_ = (io->crop_right + 15 + extra_pixels) >> 4;
|
H A D | vp8.c | 314 io->crop_right = io->width;
|
H A D | vp8l.c | 595 assert(io->crop_left < io->crop_right); 609 io->mb_w = io->crop_right - io->crop_left;
|
H A D | webp.c | 803 io->crop_right = x + w;
|
/external/chromium_org/remoting/client/plugin/ |
H A D | media_source_video_renderer.cc | 73 uint64 crop_right = 0; local 77 crop_right = 1; 91 video_track->set_crop_right(crop_right);
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/include/nestegg/ |
H A D | nestegg.h | 135 unsigned int crop_right; /**< Pixels to crop from the right of the frame. */ member in struct:__anon12058
|
/external/libvpx/libvpx/third_party/nestegg/include/nestegg/ |
H A D | nestegg.h | 135 unsigned int crop_right; /**< Pixels to crop from the right of the frame. */ member in struct:__anon24023
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/test/ |
H A D | test.c | 136 vparams.crop_top, vparams.crop_left, vparams.crop_bottom, vparams.crop_right);
|
/external/libvpx/libvpx/third_party/nestegg/test/ |
H A D | test.c | 136 vparams.crop_top, vparams.crop_left, vparams.crop_bottom, vparams.crop_right);
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/src/ |
H A D | nestegg.c | 2135 params->crop_right = value;
|
/external/libvpx/libvpx/third_party/nestegg/src/ |
H A D | nestegg.c | 2135 params->crop_right = value;
|
Completed in 1612 milliseconds