Lines Matching defs:enc_output_info
620 struct enc_output_info { struct
621 u32 bitstream_buffer;
622 u32 bitstream_size; /* byte size of encoded bitstream */
623 u32 pic_type: 2; /* <<vpuapi_h_pic_type>> */
624 s32 recon_frame_index;
625 dma_addr_t rd_ptr;
626 dma_addr_t wr_ptr;
627 u32 enc_pic_byte; /* number of encoded picture bytes */
628 s32 enc_src_idx; /* source buffer index of the currently encoded picture */
629 u32 enc_vcl_nut;
630 u32 error_reason; /* error reason of the currently encoded picture */
631 u32 warn_info; /* warning information on the currently encoded picture */
632 unsigned int frame_cycle; /* param for reporting the cycle number of encoding one frame*/
633 u64 pts;
634 u32 enc_host_cmd_tick; /* tick of ENC_PIC command for the picture */
635 u32 enc_encode_end_tick; /* end tick of encoding slices of the picture */