Home
last modified time | relevance | path

Searched refs:crop_right (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/platform/chips-media/coda/
H A Dcoda-h264.c258 unsigned int crop_right, crop_bottom; in coda_h264_sps_fixup() local
372 ret = rbsp_read_uev(&sps, &crop_right); in coda_h264_sps_fixup()
392 crop_right = round_up(width, 16) - width; in coda_h264_sps_fixup()
394 crop_right /= 2; in coda_h264_sps_fixup()
410 ret = rbsp_write_uev(&sps, crop_right); in coda_h264_sps_fixup()
/linux/drivers/staging/media/meson/vdec/
H A Dcodec_h264.c329 u32 crop_infor, crop_bottom, crop_right; in codec_h264_src_change() local
347 crop_right = (crop_infor >> 16) & 0xff; in codec_h264_src_change()
349 frame_width = h264->mb_width * 16 - crop_right; in codec_h264_src_change()
353 frame_width, frame_height, crop_right, crop_bottom); in codec_h264_src_change()
/linux/drivers/media/platform/allegro-dvt/
H A Dnal-h264.h140 unsigned int crop_right; member
H A Dnal-h264.c273 rbsp_uev(rbsp, &sps->crop_right); in nal_h264_rbsp_sps()