Home
last modified time | relevance | path

Searched refs:pic_struct (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/media/platform/qcom/iris/
H A Diris_hfi_gen1_response.c33 struct hfi_pic_struct *pic_struct; in iris_hfi_gen1_read_changed_params() local
64 pic_struct = (struct hfi_pic_struct *)data_ptr; in iris_hfi_gen1_read_changed_params()
65 event.pic_struct = pic_struct->progressive_only; in iris_hfi_gen1_read_changed_params()
66 data_ptr += sizeof(*pic_struct); in iris_hfi_gen1_read_changed_params()
168 if (event.bit_depth || !event.pic_struct) { in iris_hfi_gen1_read_changed_params()
170 event.bit_depth, event.pic_struct); in iris_hfi_gen1_read_changed_params()
H A Diris_hfi_gen1_defines.h461 u32 pic_struct; member
/linux/drivers/staging/media/meson/vdec/
H A Dcodec_h264.c393 u32 pic_struct = (frame_status >> PIC_STRUCT_BIT) & in codec_h264_frames_ready() local
407 if (pic_struct == PIC_TOP_BOT) in codec_h264_frames_ready()
409 else if (pic_struct == PIC_BOT_TOP) in codec_h264_frames_ready()
/linux/drivers/media/platform/qcom/venus/
H A Dhfi_msgs.c31 struct hfi_pic_struct *pic_struct; in event_seq_changed() local
100 pic_struct = (struct hfi_pic_struct *)data_ptr; in event_seq_changed()
101 event.pic_struct = pic_struct->progressive_only; in event_seq_changed()
H A Dhfi.h70 u32 pic_struct; member
H A Dvdec.c1530 if (inst->pic_struct != ev_data->pic_struct) in vdec_event_change()
1531 inst->pic_struct = ev_data->pic_struct; in vdec_event_change()
1706 inst->pic_struct = HFI_INTERLACE_FRAME_PROGRESSIVE; in vdec_open()
H A Dcore.h518 unsigned int pic_struct; member
H A Dhelpers.c650 inst->pic_struct != HFI_INTERLACE_FRAME_PROGRESSIVE; in platform_get_bufreq()
1161 inst->pic_struct != HFI_INTERLACE_FRAME_PROGRESSIVE || in venus_helper_get_work_mode()
/linux/drivers/media/platform/allegro-dvt/
H A Dallegro-mail.h267 u32 pic_struct; member
H A Dallegro-mail.c443 msg->pic_struct = src[i++]; in allegro_dec_encode_frame()
/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h265.c670 reg = VE_DEC_H265_DEC_SLICE_HDR_INFO0_PICTURE_TYPE(slice_params->pic_struct) | in cedrus_h265_setup()
773 slice_params->pic_struct != 0, in cedrus_h265_setup()
/linux/include/uapi/linux/
H A Dv4l2-controls.h2423 * @pic_struct: indicates whether a picture should be displayed as a frame or as one or
2466 __u8 pic_struct;
2462 __u8 pic_struct; global() member