Searched refs:pic_struct (Results 1 – 12 of 12) sorted by relevance
33 struct hfi_pic_struct *pic_struct; in iris_hfi_gen1_read_changed_params() local64 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()
381 u32 pic_struct; member
393 u32 pic_struct = (frame_status >> PIC_STRUCT_BIT) & in codec_h264_frames_ready() local407 if (pic_struct == PIC_TOP_BOT) in codec_h264_frames_ready()409 else if (pic_struct == PIC_BOT_TOP) in codec_h264_frames_ready()
31 struct hfi_pic_struct *pic_struct; in event_seq_changed() local100 pic_struct = (struct hfi_pic_struct *)data_ptr; in event_seq_changed()101 event.pic_struct = pic_struct->progressive_only; in event_seq_changed()
70 u32 pic_struct; member
1522 if (inst->pic_struct != ev_data->pic_struct) in vdec_event_change()1523 inst->pic_struct = ev_data->pic_struct; in vdec_event_change()1698 inst->pic_struct = HFI_INTERLACE_FRAME_PROGRESSIVE; in vdec_open()
515 unsigned int pic_struct; member
650 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()
267 u32 pic_struct; member
443 msg->pic_struct = src[i++]; in allegro_dec_encode_frame()
670 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()
199 __entry->s.pic_struct,
Completed in 33 milliseconds