Lines Matching defs:pic_buffer_t
147 typedef struct pic_buffer_t struct
150 UWORD8 *pu1_buf1;
151 UWORD8 *pu1_buf2;
152 UWORD8 *pu1_buf3;
153 UWORD16 u2_disp_width; /** Width of the display luma frame in pixels */
154 UWORD16 u2_disp_height; /** Height of the display luma frame in pixels */
155 UWORD32 u4_time_stamp; /** Time at which frame has to be displayed */
156 UWORD16 u2_frm_wd_y; /** Width of the luma frame in pixels */
157 UWORD16 u2_frm_wd_uv; /** Width of the chroma frame */
158 UWORD16 u2_frm_ht_y; /** Height of the luma frame in pixels */
159 UWORD16 u2_frm_ht_uv; /** Height of the chroma frame */
165 UWORD16 u2_crop_offset_y;
168 UWORD16 u2_crop_offset_uv;
170 UWORD8 u1_is_short; /** (1: short 0: long) term ref pic */
194 } pic_buffer_t; argument