Lines Matching defs:enc_open_param
571 struct enc_open_param { struct
572 dma_addr_t bitstream_buffer;
573 unsigned int bitstream_buffer_size;
574 u32 pic_width; /* width of a picture to be encoded in unit of sample */
575 u32 pic_height; /* height of a picture to be encoded in unit of sample */
576 u32 frame_rate_info;/* desired fps */
577 u32 vbv_buffer_size;
578 u32 bit_rate; /* target bitrate in bps */
579 struct enc_wave_param wave_param;
580 enum packed_format_num packed_format; /* <<vpuapi_h_packed_format_num>> */
581 enum frame_buffer_format src_format;
582 bool line_buf_int_en;
583 u32 rc_enable : 1; /* rate control */