HomeSort by relevance Sort by last modified time
    Searched refs:crop_bottom (Results 1 - 19 of 19) sorted by null

  /external/webp/src/dec/
alpha_dec.c 92 io->crop_bottom = src_io->crop_bottom;
113 const int height = alph_dec->io_.crop_bottom;
152 const int height = io->crop_bottom;
181 const int height = io->crop_bottom;
218 io->crop_bottom - io->crop_top,
vp8_dec.h 98 int crop_left, crop_right, crop_top, crop_bottom; member in struct:VP8Io
vp8l_dec.c 672 if (y_end > io->crop_bottom) {
673 y_end = io->crop_bottom; // make sure we don't overflow on last row.
738 assert(row <= dec->io_->crop_bottom);
820 assert(last_row <= dec->io_->crop_bottom);
    [all...]
frame_dec.c 448 if (y_end > io->crop_bottom) {
449 y_end = io->crop_bottom; // make sure we don't overflow on last row.
591 dec->br_mb_y_ = (io->crop_bottom + 15 + extra_pixels) >> 4;
io_dec.c 100 if (io->crop_top + y_end < io->crop_bottom) {
171 if (io->crop_top + io->mb_y + io->mb_h == io->crop_bottom) {
173 *num_rows = io->crop_bottom - io->crop_top - start_y;
vp8_dec.c 330 io->crop_bottom = io->height;
webp_dec.c 812 io->crop_bottom = y + h;
  /frameworks/av/media/libstagefright/
FrameDecoder.cpp 505 int32_t crop_left, crop_top, crop_right, crop_bottom; local
506 if (!outputFormat->findRect("crop", &crop_left, &crop_top, &crop_right, &crop_bottom)) {
509 crop_bottom = height - 1;
515 (crop_bottom - crop_top + 1),
531 crop_left, crop_top, crop_right, crop_bottom,
535 crop_left, crop_top, crop_right, crop_bottom);
704 int32_t crop_left, crop_top, crop_right, crop_bottom; local
705 if (!outputFormat->findRect("crop", &crop_left, &crop_top, &crop_right, &crop_bottom)) {
708 crop_bottom = height - 1;
718 crop_bottom = mHeight - dstTop - 1
    [all...]
  /hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h 235 int crop_bottom; member in struct:_vbp_codec_data_h264
426 int crop_bottom; member in struct:_vbp_codec_data_vp8
  /frameworks/native/libs/vr/libdvr/include/dvr/
dvr_api.h 385 crop_bottom(0),
407 int32_t crop_bottom; variable
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderVP8.cpp 88 mVideoFormatInfo.cropBottom = data->codec_data->crop_bottom;
89 ITRACE("Cropping: left = %d, top = %d, right = %d, bottom = %d", data->codec_data->crop_left, data->codec_data->crop_top, data->codec_data->crop_right, data->codec_data->crop_bottom);
VideoDecoderAVC.cpp 736 if (data->codec_data->crop_bottom > 0)
737 height -= data->codec_data->crop_bottom;
791 mVideoFormatInfo.cropBottom = data->codec_data->crop_bottom;
797 data->codec_data->crop_bottom);
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.h 787 void set_crop_bottom(uint64_t crop_bottom) { crop_bottom_ = crop_bottom; }
788 uint64_t crop_bottom() const { return crop_bottom_; } function in class:mkvmuxer::VideoTrack
    [all...]
  /external/v4l2_codec2/vda/
h264_parser.cc 107 int crop_bottom = crop_unit_y * frame_crop_bottom_offset; local
113 coded_size->height() - crop_top <= crop_bottom) {
120 coded_size->height() - crop_top - crop_bottom);
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/core/
resource_default.cpp 607 float &crop_bottom = crop->bottom; local
656 crop_bottom -= crop_height * bottom_cut_ratio;
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
resource_default.cpp 607 float &crop_bottom = crop->bottom; local
656 crop_bottom -= crop_height * bottom_cut_ratio;
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.cpp 570 float &crop_bottom = crop->bottom; local
619 crop_bottom -= crop_height * bottom_cut_ratio;
  /hardware/qcom/display/msm8998/sdm/libs/core/
resource_default.cpp 607 float &crop_bottom = crop->bottom; local
656 crop_bottom -= crop_height * bottom_cut_ratio;
  /frameworks/native/libs/gui/
BufferHubProducer.cpp 326 meta_data.crop_bottom = crop.bottom;

Completed in 1244 milliseconds