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

  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_h264.c 294 gint vaprof = 0; local
306 for (; vaprof < numactualprofs; vaprof++)
308 if (profiles[vaprof] == VAProfileH264Baseline)
313 for (; vaprof < numactualprofs; vaprof++)
315 if (profiles[vaprof] == VAProfileH264High)
319 if ((vaprof >= numprofs) || ((profiles[vaprof] != VAProfileH264Baseline) && (profiles[vaprof] != VAProfileH264High))
    [all...]
mixvideoformat_vc1.c 393 gint vaprof = 0; local
411 for (; vaprof < numactualprofs; vaprof++)
413 if (profiles[vaprof] == profile)
416 if (vaprof >= numprofs || profiles[vaprof] != profile)
434 vret = vaQueryConfigEntrypoints(vadisplay, profiles[vaprof],
460 vret = vaGetConfigAttributes(vadisplay, profiles[vaprof],
476 vret = vaCreateConfig(vadisplay, profiles[vaprof],
486 LOG_V( "Created libva config with profile %d\n", vaprof);
    [all...]

Completed in 240 milliseconds