/external/webp/include/webp/ |
decode_vp8.h | 93 int crop_left, crop_right, crop_top, crop_bottom; member in struct:VP8Io
|
decode.h | 347 int crop_left, crop_top; // top-left position for cropping. member in struct:__anon13535
|
/external/libvpx/nestegg/include/nestegg/ |
nestegg.h | 122 unsigned int crop_left; /**< Pixels to crop from the left of the frame. */ member in struct:__anon7391
|
/frameworks/base/media/libstagefright/ |
StagefrightMetadataRetriever.cpp | 214 int32_t crop_left, crop_top, crop_right, crop_bottom; local 217 &crop_left, &crop_top, &crop_right, &crop_bottom)) { 218 crop_left = crop_top = 0; 229 frame->mWidth = crop_right - crop_left + 1; 255 crop_left, crop_top, crop_right, crop_bottom,
|
/external/webp/src/dec/ |
frame.c | 303 io->y += io->crop_left; 304 io->u += io->crop_left >> 1; 305 io->v += io->crop_left >> 1; 307 io->a += io->crop_left; 310 io->mb_w = io->crop_right - io->crop_left; 348 // avoid doing the in-loop filtering before crop_top/crop_left position. 364 dec->tl_mb_x_ = io->crop_left >> 4;
|
buffer.c | 131 const int x = options->crop_left & ~1;
|
io.c | 744 x = options->crop_left & ~1; 750 io->crop_left = x; [all...] |
vp8.c | 350 io->crop_left = 0;
|
/hardware/qcom/media/mm-video/vidc/vdec/inc/ |
h264_utils.h | 114 uint32 crop_left; member in struct:H264ParamNalu
|
/external/chromium/chrome/browser/chromeos/login/ |
camera.cc | 483 int crop_left = (frame_width_ - desired_width) / 2; local 484 int crop_right = frame_width_ - crop_left - desired_width; 505 src += crop_left / 2;
|
/external/libvpx/nestegg/test/ |
test.c | 134 vparams.crop_top, vparams.crop_left, vparams.crop_bottom, vparams.crop_right);
|
/external/skia/src/images/ |
SkImageDecoder_libwebp.cpp | 222 config.options.crop_left = region.fLeft;
|
/external/libvpx/nestegg/src/ |
nestegg.c | [all...] |