Lines Matching defs:pic_buffer_t
157 typedef struct pic_buffer_t struct
160 UWORD8 *pu1_buf1;
161 UWORD8 *pu1_buf2;
162 UWORD8 *pu1_buf3;
163 UWORD16 u2_disp_width; /** Width of the display luma frame in pixels */
164 UWORD16 u2_disp_height; /** Height of the display luma frame in pixels */
165 UWORD32 u4_time_stamp; /** Time at which frame has to be displayed */
166 UWORD16 u2_frm_wd_y; /** Width of the luma frame in pixels */
167 UWORD16 u2_frm_wd_uv; /** Width of the chroma frame */
168 UWORD16 u2_frm_ht_y; /** Height of the luma frame in pixels */
169 UWORD16 u2_frm_ht_uv; /** Height of the chroma frame */
175 UWORD16 u2_crop_offset_y;
178 UWORD16 u2_crop_offset_uv;
180 UWORD8 u1_is_short; /** (1: short 0: long) term ref pic */
181 UWORD8 u1_pic_type; /** frame / field / complementary field pair */
205 } pic_buffer_t; argument