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

  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc.c 73 self->va_profile = VAProfileH264Baseline;
343 (MixProfile *) &(mix->va_profile));
384 LOG_I( "mix->va_profile = %d\n",
385 mix->va_profile);
mixvideoformatenc.h 89 VAProfile va_profile; member in struct:_MixVideoFormatEnc
mixvideoformat_mp42.c 197 VAProfile va_profile = VAProfileMPEG4AdvancedSimple; local
275 va_profile = VAProfileMPEG4AdvancedSimple;
278 va_profile = VAProfileMPEG4Simple;
288 va_ret = vaGetConfigAttributes(va_display, va_profile, VAEntrypointVLD,
300 va_ret = vaCreateConfig(va_display, va_profile, VAEntrypointVLD, &attrib,
    [all...]
mixvideoformatenc_mpeg4.c 321 if(parent->va_profile == va_profiles[index])
339 parent->va_profile,
376 va_status = vaGetConfigAttributes(va_display, parent->va_profile,
407 parent->va_profile);
421 va_status = vaCreateConfig(va_display, parent->va_profile,
    [all...]
mixvideoformatenc_preview.c 274 if(parent->va_profile == va_profiles[index])
292 parent->va_profile,
329 va_status = vaGetConfigAttributes(va_display, parent->va_profile,
360 parent->va_profile);
374 va_status = vaCreateConfig(va_display, parent->va_profile,
    [all...]
mixvideoformatenc_h264.c 336 if(parent->va_profile == va_profiles[index])
354 parent->va_profile,
391 va_status = vaGetConfigAttributes(va_display, parent->va_profile,
422 parent->va_profile);
436 va_status = vaCreateConfig(va_display, parent->va_profile,
    [all...]

Completed in 713 milliseconds