Home
last modified time | relevance | path

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

/drivers/media/platform/chips-media/
Dcoda-h264.c258 unsigned int crop_right, crop_bottom; in coda_h264_sps_fixup() local
378 ret = rbsp_read_uev(&sps, &crop_bottom); in coda_h264_sps_fixup()
393 crop_bottom = round_up(height, 16) - height; in coda_h264_sps_fixup()
396 crop_bottom /= 2; in coda_h264_sps_fixup()
398 crop_bottom /= 4; in coda_h264_sps_fixup()
416 ret = rbsp_write_uev(&sps, crop_bottom); in coda_h264_sps_fixup()
Dcoda-bit.c650 u32 crop_bottom = round_up(r->height, 16) - r->height; in coda_encode_header() local
654 coda_write(dev, crop_bottom, in coda_encode_header()
/drivers/staging/media/meson/vdec/
Dcodec_h264.c329 u32 crop_infor, crop_bottom, crop_right; in codec_h264_src_change() local
346 crop_bottom = (crop_infor & 0xff); in codec_h264_src_change()
350 frame_height = h264->mb_height * 16 - crop_bottom; in codec_h264_src_change()
353 frame_width, frame_height, crop_right, crop_bottom); in codec_h264_src_change()
/drivers/media/platform/allegro-dvt/
Dnal-h264.h142 unsigned int crop_bottom; member
Dnal-h264.c275 rbsp_uev(rbsp, &sps->crop_bottom); in nal_h264_rbsp_sps()
Dallegro-core.c1617 sps->crop_bottom = (round_up(channel->height, size_mb) - channel->height) / crop_unit_y; in allegro_h264_write_sps()