Lines Matching defs:dec_output_info
385 struct dec_output_info { struct
401 s32 index_frame_display;
412 s32 index_frame_decoded;
413 s32 index_frame_decoded_for_tiled;
414 u32 nal_type;
415 unsigned int pic_type;
416 struct vpu_rect rc_display;
417 unsigned int disp_pic_width;
418 unsigned int disp_pic_height;
419 struct vpu_rect rc_decoded;
420 u32 dec_pic_width;
421 u32 dec_pic_height;
422 s32 decoded_poc;
423 int temporal_id; /* temporal ID of the picture */
424 dma_addr_t rd_ptr; /* stream buffer read pointer for the current decoder instance */
425 dma_addr_t wr_ptr; /* stream buffer write pointer for the current decoder instance */
426 struct frame_buffer disp_frame;
427 u32 frame_display_flag; /* it reports a frame buffer flag to be displayed */
440 unsigned int frame_cycle; /* reports the number of cycles for processing a frame */
441 u32 sequence_no;
443 u32 dec_host_cmd_tick; /* tick of DEC_PIC command for the picture */
444 u32 dec_decode_end_tick; /* end tick of decoding slices of the picture */
446 u32 sequence_changed;