/hardware/intel/common/libva/test/basic/ |
test_04.c | 66 status("vaGetConfigAttributes for %s, %s\n", profile2string(profiles[i]), entrypoint2string(entrypoints[j])); 67 va_status = vaGetConfigAttributes(va_dpy, profiles[i], entrypoints[j], attrib_list, num_attribs);
|
test.c | 103 va_status = vaGetConfigAttributes(va_dpy, VAProfileMPEG2Main, VAEntrypointVLD,
|
test_vaSurfaceAttrib.c | 73 va_status = vaGetConfigAttributes(va_dpy, VAProfileH264Baseline, VAEntrypointEncSlice, &attrib[0], 2);
|
/external/autotest/client/site_tests/hardware_VideoDecodeCapable/src/ |
vaapimodule.cc | 181 VAStatus status = vaGetConfigAttributes(va_display,
|
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/ |
VideoDecoderAVCSecure.cpp | 343 vaStatus = vaGetConfigAttributes(mVADisplay,profile,VAEntrypointVLD, &attrib[1], 1);
|
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/ |
VideoDecoderAVCSecure.cpp | 327 vaStatus = vaGetConfigAttributes(mVADisplay,profile,VAEntrypointVLD, &attrib[1], 1);
|
/hardware/intel/common/libva/va/ |
va_backend.h | 71 VAStatus (*vaGetConfigAttributes) (
|
va.c | 597 VAStatus vaGetConfigAttributes ( 609 return ctx->vtable->vaGetConfigAttributes ( ctx, profile, entrypoint, attrib_list, num_attribs ); [all...] |
va.h | 430 * decoding, through vaGetConfigAttributes(); and what mode the user 453 * through vaGetConfigAttributes(); and what packed headers the user [all...] |
/hardware/intel/common/libmix/videodecoder/ |
VideoDecoderMPEG2.cpp | 415 vaStatus = vaGetConfigAttributes(mVADisplay, 418 CHECK_VA_STATUS("vaGetConfigAttributes");
|
VideoDecoderVP8.cpp | 472 vaStatus = vaGetConfigAttributes(mVADisplay, VAProfileVP8Version0_3, 474 CHECK_VA_STATUS("vaGetConfigAttributes");
|
VideoDecoderWMV.cpp | 576 vaStatus = vaGetConfigAttributes(mVADisplay, VAProfileVC1Advanced, 578 CHECK_VA_STATUS("vaGetConfigAttributes");
|
VideoDecoderAVC.cpp | [all...] |
VideoDecoderMPEG4.cpp | 662 vaStatus = vaGetConfigAttributes(mVADisplay, 665 CHECK_VA_STATUS("vaGetConfigAttributes");
|
/hardware/intel/common/libva/test/decode/ |
mpeg2vldemo.cpp | 177 vaGetConfigAttributes(va_dpy, VAProfileMPEG2Main, VAEntrypointVLD,
|
tinyjpeg.c | 606 vaGetConfigAttributes(va_dpy, VAProfileJPEGBaseline, VAEntrypointVLD,
|
/hardware/intel/common/libmix/videoencoder/ |
VideoEncoderBase.cpp | 151 vaStatus = vaGetConfigAttributes(mVADisplay, mComParams.profile, 153 CHECK_VA_STATUS_RETURN("vaGetConfigAttributes"); 830 vaStatus = vaGetConfigAttributes(mVADisplay, profile, VAEntrypointEncSlice, &attrib_list, 1); [all...] |
/hardware/intel/common/libmix/mix_video/src/ |
mixvideoformat_mp42.c | 288 va_ret = vaGetConfigAttributes(va_display, va_profile, VAEntrypointVLD, 291 LOG_E("Failed to call vaGetConfigAttributes()\n"); [all...] |
mixvideoformatenc_mpeg4.c | 374 LOG_V( "vaGetConfigAttributes\n");
376 va_status = vaGetConfigAttributes(va_display, parent->va_profile,
383 "Failed to call vaGetConfigAttributes\n");
[all...] |
mixvideoformatenc_preview.c | 327 LOG_V( "vaGetConfigAttributes\n"); 329 va_status = vaGetConfigAttributes(va_display, parent->va_profile, 336 "Failed to call vaGetConfigAttributes\n"); [all...] |
mixvideoformat_h264.c | 407 vret = vaGetConfigAttributes(vadisplay, profiles[vaprof], [all...] |
mixvideoformat_vc1.c | 460 vret = vaGetConfigAttributes(vadisplay, profiles[vaprof], [all...] |
mixvideoformatenc_h264.c | 389 LOG_V( "vaGetConfigAttributes\n"); 391 va_status = vaGetConfigAttributes(va_display, parent->va_profile, 398 "Failed to call vaGetConfigAttributes\n"); [all...] |
/hardware/intel/common/libva/test/videoprocess/ |
videoprocess.cpp | 845 va_status = vaGetConfigAttributes(va_dpy, 850 CHECK_VASTATUS(va_status, "vaGetConfigAttributes"); [all...] |
/hardware/intel/common/utils/ISV/base/ |
isv_worker.cpp | 142 vaStatus = vaGetConfigAttributes(mVADisplay, VAProfileNone, VAEntrypointVideoProc, &attrib, 1); 143 CHECK_VASTATUS("vaGetConfigAttributes"); [all...] |