Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
Dhfi_msgs.c26 struct hfi_pic_struct *pic_struct; in event_seq_changed() local
78 pic_struct = (struct hfi_pic_struct *)data_ptr; in event_seq_changed()
79 event.pic_struct = pic_struct->progressive_only; in event_seq_changed()
80 data_ptr += sizeof(*pic_struct); in event_seq_changed()
Dhfi.h70 u32 pic_struct; member
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/
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()
/kernel/linux/linux-5.10/include/media/
Dhevc-ctrls.h191 __u8 pic_struct; member
/kernel/linux/linux-5.10/drivers/staging/media/sunxi/cedrus/
Dcedrus_h265.c450 reg = VE_DEC_H265_DEC_SLICE_HDR_INFO0_PICTURE_TYPE(slice_params->pic_struct) | in cedrus_h265_setup()
543 slice_params->pic_struct != 0, in cedrus_h265_setup()
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/
Dallegro-mail.h264 u32 pic_struct; member
Dallegro-mail.c437 msg->pic_struct = src[i++]; in allegro_dec_encode_frame()
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec.rst4168 - ``pic_struct``
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch22043 + unsigned char pic_struct;
31769 + src1_gen_cfg->pic_struct = (format_src >> 3) & 3;
32706 + ge2d_reg_set_bits(GE2D_GEN_CTRL0, cfg->pic_struct, 1, 2);