Searched refs:crop_bottom (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 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()
|
H A D | coda-bit.c | 648 u32 crop_bottom = round_up(r->height, 16) - r->height; in coda_encode_header() local 652 coda_write(dev, crop_bottom, 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 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()
|
H A D | coda-bit.c | 650 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() 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 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()
|
/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 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()
|
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/ |
H A D | nal-h264.h | 139 unsigned int crop_bottom; member
|
H A D | nal-h264.c | 671 rbsp_uev(rbsp, &sps->crop_bottom); in nal_h264_rbsp_sps()
|
H A D | allegro-core.c | 1309 sps->crop_bottom = (round_up(channel->height, size_mb) - channel->height) / crop_unit_y; in allegro_h264_write_sps()
|
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/ |
H A D | nal-h264.h | 142 unsigned int crop_bottom; member
|
H A D | nal-h264.c | 275 rbsp_uev(rbsp, &sps->crop_bottom); in nal_h264_rbsp_sps()
|
H A D | allegro-core.c | 1617 sps->crop_bottom = (round_up(channel->height, size_mb) - channel->height) / crop_unit_y; in allegro_h264_write_sps()
|
Completed in 24 milliseconds