| /OK3568_Linux_fs/kernel/drivers/media/platform/sti/hva/ |
| H A D | hva-h264.c | 281 u16 frame_width; member 605 u32 frame_width = frame->info.aligned_width; in hva_h264_prepare_task() local 612 if ((frame_width > max(H264_MAX_SIZE_W, H264_MAX_SIZE_H)) || in hva_h264_prepare_task() 616 pctx->name, frame_width, frame_height, in hva_h264_prepare_task() 626 td->frame_width = frame_width; in hva_h264_prepare_task() 630 td->window_width = frame_width; in hva_h264_prepare_task() 786 paddr = seq_info->paddr + DATA_SIZE(frame_width, in hva_h264_prepare_task() 792 paddr = seq_info->paddr + DATA_SIZE(frame_width, in hva_h264_prepare_task() 797 paddr = seq_info->paddr + 2 * DATA_SIZE(frame_width, frame_height); in hva_h264_prepare_task() 805 addr_esram += SEARCH_WINDOW_BUFFER_MAX_SIZE(frame_width); in hva_h264_prepare_task() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | ths7303.c | 289 u32 frame_width, frame_height; in ths7303_log_status() local 291 frame_width = V4L2_DV_BT_FRAME_WIDTH(bt); in ths7303_log_status() 296 (frame_height * frame_width) > 0 ? in ths7303_log_status() 298 (frame_height * frame_width) : 0, in ths7303_log_status() 299 frame_width, frame_height, in ths7303_log_status()
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-dv-timings.c | 499 int frame_width, image_height, image_width; in v4l2_detect_cvt() local 604 frame_width = image_width + h_blank; in v4l2_detect_cvt() 621 frame_width = image_width + h_blank; in v4l2_detect_cvt() 623 hsync = frame_width * CVT_HSYNC_PERCENT / 100; in v4l2_detect_cvt() 636 fmt->bt.hbackporch = frame_width - image_width - h_fp - hsync; in v4l2_detect_cvt() 718 int frame_width, image_height, image_width; in v4l2_detect_gtf() local 776 frame_width = image_width + h_blank; in v4l2_detect_gtf() 781 hsync = (frame_width * 8 + 50) / 100; in v4l2_detect_gtf() 794 fmt->bt.hbackporch = frame_width - image_width - h_fp - hsync; in v4l2_detect_gtf()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/sti/delta/ |
| H A D | delta-mjpeg-hdr.c | 33 header->frame_width, in header_str() 57 header->frame_width = be16_to_cpu(*(__be16 *)(data + offset)); in delta_mjpeg_read_sof()
|
| H A D | delta-mjpeg-dec.c | 358 streaminfo->width = ctx->header->frame_width; in delta_mjpeg_get_streaminfo() 388 if (header->frame_width * header->frame_height > in delta_mjpeg_decode() 393 header->frame_width, in delta_mjpeg_decode()
|
| H A D | delta-mjpeg.h | 24 unsigned int frame_width; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/ |
| H A D | codec_h264.c | 330 u32 frame_width, frame_height; in codec_h264_src_change() local 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() 356 amvdec_src_change(sess, frame_width, frame_height, h264->max_refs + 5); in codec_h264_src_change()
|
| /OK3568_Linux_fs/kernel/sound/soc/ux500/ |
| H A D | ux500_msp_i2s.c | 221 u32 frame_width = 0; in setup_bitclk() local 237 frame_width = protdesc->frame_width; in setup_bitclk() 243 frame_width = protdesc->frame_width; in setup_bitclk() 256 temp_reg |= FRAME_WIDTH_BITS(frame_width); in setup_bitclk()
|
| H A D | ux500_msp_i2s.h | 439 u32 frame_width; member
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cobalt/ |
| H A D | m00389_cvi_memmap_package.h | 16 uint32_t frame_width; /* Reg 0x0004, Default=0x10 */ member
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/ |
| H A D | av1d_cbs.c | 896 ctx->upscaled_width = ctx->frame_width; in mpp_av1_superres_params() 897 ctx->frame_width = (ctx->upscaled_width * AV1_SUPERRES_NUM + in mpp_av1_superres_params() 916 ctx->frame_width = current->frame_width_minus_1 + 1; in mpp_av1_frame_size() 969 ctx->frame_width = ctx->upscaled_width; in mpp_av1_frame_size_with_refs() 1012 mi_cols = 2 * ((ctx->frame_width + 7) >> 3); in mpp_av1_tile_info() 1786 ctx->frame_width = ref->frame_width; in mpp_av1_uncompressed_header() 1946 ctx->upscaled_width == ctx->frame_width) in mpp_av1_uncompressed_header() 2069 ctx->frame_width == ctx->upscaled_width; in mpp_av1_uncompressed_header() 2106 ctx->frame_width, ctx->frame_height, ctx->upscaled_width, in mpp_av1_uncompressed_header() 2119 .frame_width = ctx->frame_width, in mpp_av1_uncompressed_header()
|
| H A D | av1d_parser.c | 307 RK_U8 ref_uses_scaling = ctx->frame_width != ctx->ref_s[ref].frame_width || in global_motion_params() 728 mpp_frame_set_width(frame->f, s->frame_width); in get_current_frame() 737 mpp_frame_set_hor_stride(frame->f, MPP_ALIGN(s->frame_width * s->bit_depth / 8, 8)); in get_current_frame() 739 mpp_frame_set_hor_stride(frame->f, MPP_ALIGN(s->frame_width, 8)); in get_current_frame()
|
| H A D | av1d_parser.h | 105 RK_S32 frame_width; member
|
| H A D | av1d_cbs.h | 404 RK_S32 frame_width; // RefFrameWidth member
|
| /OK3568_Linux_fs/kernel/drivers/misc/rk628/ |
| H A D | rk628_hdmirx.c | 458 u32 width, height, frame_width, frame_height, status; in rk628_hdmirx_phy_setup() local 491 frame_width = (val >> 16) & 0xffff; in rk628_hdmirx_phy_setup() 503 __func__, width, height, frame_width, in rk628_hdmirx_phy_setup()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avsd/ |
| H A D | hal_avsd_vdpu2.c | 370 RK_U32 frame_width = 0, frame_height = 0, offset = 0; in set_regs_parameters() local 371 frame_width = (p_syn->pp.horizontalSize + 15) >> 4; in set_regs_parameters() 376 offset = MPP_ALIGN(frame_width * frame_height / 2, 2) * 16; in set_regs_parameters()
|
| H A D | hal_avsd_vdpu1.c | 377 RK_U32 frame_width = 0, frame_height = 0, offset = 0; in set_regs_parameters() local 378 frame_width = (p_syn->pp.horizontalSize + 15) >> 4; in set_regs_parameters() 383 offset = MPP_ALIGN(frame_width * frame_height / 2, 2) * 16; in set_regs_parameters()
|
| H A D | hal_avsd_plus.c | 461 RK_U32 frame_width = 0, frame_height = 0, offset = 0; in set_regs_parameters() local 462 frame_width = (p_syn->pp.horizontalSize + 15) >> 4; in set_regs_parameters() 467 offset = MPP_ALIGN(frame_width * frame_height / 2, 2) * 16; in set_regs_parameters()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/ |
| H A D | hfi_msgs.h | 195 u32 frame_width; member
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/ti-vpe/ |
| H A D | vpdma.h | 255 enum vpdma_channel chan, int field, u32 flags, int frame_width,
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/ |
| H A D | m2vd_parser.h | 241 RK_U32 frame_width; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/ |
| H A D | RkAiqAeisHandle.cpp | 139 aeis_proc_int->frame_width = sharedCom->snsDes.sensor_output_width; in processing()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/rkvi_demo/ |
| H A D | rkvi_demo.c | 51 uint32_t frame_width; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/ |
| H A D | ipu3-css-params.c | 2054 acc->dm.frame_width = tnr_frame_width; in imgu_css_cfg_acc() 2348 acc->anr.tile2strm.frame_width = in imgu_css_cfg_acc() 2350 acc->anr.search.frame_width = acc->anr.tile2strm.frame_width; in imgu_css_cfg_acc() 2351 acc->anr.stitch.frame_width = acc->anr.tile2strm.frame_width; in imgu_css_cfg_acc()
|
| H A D | ipu3-abi.h | 1169 u16 frame_width; member 1175 u16 frame_width; member 1183 u16 frame_width; member
|