/hardware/intel/common/libva/test/basic/ |
D | test_06.c | 56 va_status = vaQueryConfigEntrypoints(va_dpy, profiles[i], entrypoints, &num_entrypoints); in pre() 83 va_status = vaQueryConfigEntrypoints(va_dpy, profiles[i], entrypoints, &num_entrypoints); in test()
|
D | test_03.c | 50 va_status = vaQueryConfigEntrypoints(va_dpy, profiles[i], entrypoints, &num_entrypoints); in test()
|
D | test_05.c | 50 va_status = vaQueryConfigEntrypoints(va_dpy, profiles[i], entrypoints, &num_entrypoints); in test()
|
D | test_04.c | 60 va_status = vaQueryConfigEntrypoints(va_dpy, profiles[i], entrypoints, &num_entrypoints); in test()
|
D | test_09.c | 51 va_status = vaQueryConfigEntrypoints(va_dpy, profiles[i], entrypoints, &num_entrypoints); in test()
|
D | test_vaSurfaceAttrib.c | 57 …va_status = vaQueryConfigEntrypoints(va_dpy, VAProfileH264Baseline, entrypoints, &num_entrypoints); in test()
|
/hardware/intel/common/libva/test/vainfo/ |
D | vainfo.c | 136 va_status = vaQueryConfigEntrypoints(va_dpy, profile, entrypoints, in main()
|
/hardware/intel/common/libva/test/decode/ |
D | mpeg2vldemo.cpp | 162 va_status = vaQueryConfigEntrypoints(va_dpy, VAProfileMPEG2Main, entrypoints, in main()
|
D | tinyjpeg.c | 591 va_status = vaQueryConfigEntrypoints(va_dpy, VAProfileJPEGBaseline, entrypoints, in tinyjpeg_decode()
|
/hardware/intel/common/libva/va/ |
D | va_backend.h | 64 VAStatus (*vaQueryConfigEntrypoints) ( member
|
D | va.c | 577 VAStatus vaQueryConfigEntrypoints ( in vaQueryConfigEntrypoints() function 588 return ctx->vtable->vaQueryConfigEntrypoints ( ctx, profile, entrypoints, num_entrypoints); in vaQueryConfigEntrypoints()
|
D | va.h | 884 VAStatus vaQueryConfigEntrypoints (
|
/hardware/intel/common/libva/test/transcode/ |
D | mpeg2transcode.cpp | 2015 vaQueryConfigEntrypoints(va_dpy, avcenc_context.profile, entrypoints, in create_encode_pipe() 3099 va_status = vaQueryConfigEntrypoints(va_dpy, in zoom_out_surface() 3325 va_status = vaQueryConfigEntrypoints(va_dpy, VAProfileMPEG2Simple, entrypoints, in main()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
D | RotationBufferProvider.cpp | 286 vaStatus = vaQueryConfigEntrypoints(mVaDpy, in startVA()
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | RotationBufferProvider.cpp | 287 vaStatus = vaQueryConfigEntrypoints(mVaDpy, in startVA()
|
/hardware/intel/common/libmix/mix_video/src/ |
D | mixvideoformatenc_preview.c | 291 va_status = vaQueryConfigEntrypoints(va_display, in mix_videofmtenc_preview_initialize()
|
D | mixvideoformatenc_mpeg4.c | 338 va_status = vaQueryConfigEntrypoints(va_display, in mix_videofmtenc_mpeg4_initialize()
|
D | mixvideoformat_h264.c | 381 vret = vaQueryConfigEntrypoints(vadisplay, profiles[vaprof], in mix_videofmt_h264_initialize()
|
D | mixvideoformat_vc1.c | 434 vret = vaQueryConfigEntrypoints(vadisplay, profiles[vaprof], in mix_videofmt_vc1_initialize()
|
D | mixvideoformatenc_h264.c | 353 va_status = vaQueryConfigEntrypoints(va_display, in mix_videofmtenc_h264_initialize()
|
/hardware/intel/common/libva/test/videoprocess/ |
D | videoprocess.cpp | 826 va_status = vaQueryConfigEntrypoints(va_dpy, in vpp_context_create()
|
/hardware/intel/common/utils/ISV/base/ |
D | isv_worker.cpp | 84 …VAStatus vaStatus = vaQueryConfigEntrypoints(mVADisplay, VAProfileNone, entrypoints, &num_entrypoi… in isSupport()
|
/hardware/intel/common/libva/test/encode/ |
D | mpeg2vaenc.c | 834 vaQueryConfigEntrypoints(ctx->va_dpy, in mpeg2enc_alloc_va_resources()
|
D | mpeg2enc.c | 834 vaQueryConfigEntrypoints(ctx->va_dpy, in mpeg2enc_alloc_va_resources()
|
/hardware/intel/common/libmix/videoencoder/ |
D | VideoEncoderBase.cpp | 812 vaStatus = vaQueryConfigEntrypoints(dpy, profile, entryPtr, &entryPtrNum); in queryProfileLevelConfig()
|