HomeSort by relevance Sort by last modified time
    Searched refs:vp3 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGen/
overloadable.c 60 void *vp3 = &addrof_single; local
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video.c 241 sprintf(path, "/lib/firmware/nouveau/vuc-vp3-mpeg12-0");
245 sprintf(path, "/lib/firmware/nouveau/vuc-vp3-vc1-0");
249 sprintf(path, "/lib/firmware/nouveau/vuc-vp3-h264-0");
371 int vp3 = chipset < 0xa3 || chipset == 0xaa || chipset == 0xac; local
417 /* For vp3/vp4 chipsets, make sure that the relevant firmware is present */
421 if (vp3)
441 int vp3 = chipset < 0xa3 || chipset == 0xaa || chipset == 0xac; local
446 /* VP3 does not support MPEG4, VP4+ do. */
450 (!vp3 || codec != PIPE_VIDEO_FORMAT_MPEG4) &&

Completed in 397 milliseconds