Home
last modified time | relevance | path

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

/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 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 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()