Searched refs:pic_type (Results 1 – 3 of 3) sorted by relevance
464 u32 pic_type = 0, buffer_type = 0, output_tag = -1; in hfi_session_ftb_done() local474 pic_type = pkt->picture_type; in hfi_session_ftb_done()488 pic_type = pkt->picture_type; in hfi_session_ftb_done()508 switch (pic_type) { in hfi_session_ftb_done()
83 pic->frame_info = cpu_to_le32(buf->codec.h264.pic_type << 8); in cedrus_fill_ref_pic()150 output_buf->codec.h264.pic_type = CEDRUS_H264_PIC_TYPE_FIELD; in cedrus_write_frame_list()152 output_buf->codec.h264.pic_type = CEDRUS_H264_PIC_TYPE_MBAFF; in cedrus_write_frame_list()154 output_buf->codec.h264.pic_type = CEDRUS_H264_PIC_TYPE_FRAME; in cedrus_write_frame_list()
96 enum cedrus_h264_pic_type pic_type; member