Searched refs:crop_right (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/coda/ |
H A D | coda-h264.c | 258 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()
|
H A D | coda-bit.c | 647 u32 crop_right = round_up(r->width, 16) - r->width; in coda_encode_header() local 650 coda_write(dev, crop_right, in coda_encode_header() 1404 * size, the crop_right and crop_bottom SPS fields must be set in coda_start_encoding()
|
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/ |
H A D | coda-h264.c | 258 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()
|
H A D | coda-bit.c | 649 u32 crop_right = round_up(r->width, 16) - r->width; in coda_encode_header() local 652 coda_write(dev, crop_right, in coda_encode_header() 1406 * size, the crop_right and crop_bottom SPS fields must be set in coda_start_encoding()
|
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/ |
H A D | codec_h264.c | 329 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()
|
/kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/ |
H A D | codec_h264.c | 329 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()
|
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/ |
H A D | nal-h264.h | 137 unsigned int crop_right; member
|
H A D | nal-h264.c | 669 rbsp_uev(rbsp, &sps->crop_right); in nal_h264_rbsp_sps()
|
H A D | allegro-core.c | 1307 sps->crop_right = (round_up(channel->width, size_mb) - channel->width) / crop_unit_x; in allegro_h264_write_sps()
|
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/ |
H A D | nal-h264.h | 140 unsigned int crop_right; member
|
H A D | nal-h264.c | 273 rbsp_uev(rbsp, &sps->crop_right); in nal_h264_rbsp_sps()
|
H A D | allegro-core.c | 1615 sps->crop_right = (round_up(channel->width, size_mb) - channel->width) / crop_unit_x; in allegro_h264_write_sps()
|
Completed in 22 milliseconds