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