Home | History | Annotate | Download | only in android

Lines Matching defs:fourcc

110     unsigned long fourcc;
185 fourcc = VA_FOURCC_YV16;
189 fourcc = VA_FOURCC_NV12;
209 vaStatus = psb_surface_create_from_ub(driver_data, width, height, fourcc,
231 /* by default, surface fourcc is NV12 */
232 psb_surface->extra_info[4] = fourcc;
266 unsigned long fourcc;
344 fourcc = VA_FOURCC_YV16;
347 fourcc = VA_FOURCC_RGBA;
351 fourcc = VA_FOURCC_NV12;
383 vaStatus = psb_surface_create_from_ub(driver_data, width, height, fourcc,
480 /* by default, surface fourcc is NV12 */
481 psb_surface->extra_info[4] = fourcc;