Searched refs:crop_bottom (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda-h264.c258 unsigned int crop_right, crop_bottom; local
378 ret = rbsp_read_uev(&sps, &crop_bottom);
393 crop_bottom = round_up(height, 16) - height;
396 crop_bottom /= 2;
398 crop_bottom /= 4;
416 ret = rbsp_write_uev(&sps, crop_bottom);
H A Dcoda-bit.c650 u32 crop_bottom = round_up(r->height, 16) - r->height; local
654 coda_write(dev, crop_bottom,
1406 * size, the crop_right and crop_bottom SPS fields must be set
/linux-master/drivers/staging/media/meson/vdec/
H A Dcodec_h264.c329 u32 crop_infor, crop_bottom, crop_right; local
346 crop_bottom = (crop_infor & 0xff);
350 frame_height = h264->mb_height * 16 - crop_bottom;
353 frame_width, frame_height, crop_right, crop_bottom);
/linux-master/drivers/media/platform/allegro-dvt/
H A Dnal-h264.h142 unsigned int crop_bottom; member in struct:nal_h264_sps::__anon338
H A Dnal-h264.c275 rbsp_uev(rbsp, &sps->crop_bottom);
H A Dallegro-core.c1617 sps->crop_bottom = (round_up(channel->height, size_mb) - channel->height) / crop_unit_y;

Completed in 129 milliseconds