/external/intel-media-driver/media_driver/linux/ult/ult_app/ |
D | RefCapsTable_BDW.h | 46 { VAProfileNone , VAEntrypointVideoProc },
|
D | RefCapsTable_SKL.h | 54 { VAProfileNone , VAEntrypointVideoProc },
|
D | RefCapsTable_BXT.h | 54 { VAProfileNone , VAEntrypointVideoProc },
|
/external/mesa3d/src/gallium/frontends/va/ |
D | config.c | 88 entrypoint_list[(*num_entrypoints)++] = VAEntrypointVideoProc; in vlVaQueryConfigEntrypoints() 584 } else if (entrypoint == VAEntrypointVideoProc) { in vlVaGetConfigAttributes() 628 if (entrypoint != VAEntrypointVideoProc) { in vlVaCreateConfig() 828 *entrypoint = VAEntrypointVideoProc; in vlVaQueryConfigAttributes()
|
/external/intel-media-driver/media_softlet/linux/xe2_lpm_r0/vp/ |
D | capstable_data_vp_xe2_lpm_r0_specific.h | 96 {VAEntrypointVideoProc, &entrypointMap_VAProfileNone_Data_Xe2_lpm_r0},
|
/external/intel-media-driver/media_softlet/linux/xe2_hpm_r0/vp/ |
D | capstable_data_vp_xe2_hpm_r0_specific.h | 96 {VAEntrypointVideoProc, &entrypointMap_VAProfileNone_Data_Xe2_hpm_r0},
|
/external/intel-media-driver/media_softlet/linux/xe_lpm_plus_r0/vp/ddi/ |
D | capstable_data_vp_xe_lpm_plus_r0_specific.h | 109 {VAEntrypointVideoProc, &entrypointMap_VAProfileNone_Data_Xe_lpm_plus_r0},
|
/external/libva-utils/test/ |
D | test_data.h | 132 VAEntrypointVideoProc,
|
D | test_va_api_createbuffer.cpp | 261 addBufferSpecs(vppBufferSpecs, {VAEntrypointVideoProc,}); in generateInput()
|
/external/libva-utils/videoprocess/ |
D | vpphdr_tm.cpp | 369 if (entrypoints[j] == VAEntrypointVideoProc) in vpp_context_create() 383 VAEntrypointVideoProc, in vpp_context_create() 403 VAEntrypointVideoProc, in vpp_context_create()
|
D | vacopy.cpp | 547 if (entrypoints[j] == VAEntrypointVideoProc) in vpp_context_create() 561 VAEntrypointVideoProc, in vpp_context_create() 579 VAEntrypointVideoProc, in vpp_context_create()
|
D | vppdenoise.cpp | 1127 if (entrypoints[j] == VAEntrypointVideoProc) in vpp_context_create() 1141 VAEntrypointVideoProc, in vpp_context_create() 1161 VAEntrypointVideoProc, in vpp_context_create()
|
D | vppsharpness.cpp | 1128 if (entrypoints[j] == VAEntrypointVideoProc) in vpp_context_create() 1142 VAEntrypointVideoProc, in vpp_context_create() 1162 VAEntrypointVideoProc, in vpp_context_create()
|
D | vppscaling_csc.cpp | 1059 if (entrypoints[j] == VAEntrypointVideoProc) in vpp_context_create() 1073 VAEntrypointVideoProc, in vpp_context_create() 1093 VAEntrypointVideoProc, in vpp_context_create()
|
D | vppchromasitting.cpp | 1128 if (entrypoints[j] == VAEntrypointVideoProc) in vpp_context_create() 1142 VAEntrypointVideoProc, in vpp_context_create() 1162 VAEntrypointVideoProc, in vpp_context_create()
|
D | vppblending.cpp | 1201 if (entrypoints[j] == VAEntrypointVideoProc) in vpp_context_create() 1215 VAEntrypointVideoProc, in vpp_context_create() 1231 VAEntrypointVideoProc, in vpp_context_create()
|
D | vpp3dlut.cpp | 1264 if (entrypoints[j] == VAEntrypointVideoProc) in vpp_context_create() 1278 VAEntrypointVideoProc, in vpp_context_create() 1322 VAEntrypointVideoProc, in vpp_context_create()
|
D | vppscaling_n_out_usrptr.cpp | 801 if (entrypoints[j] == VAEntrypointVideoProc) in vpp_context_create() 824 VAEntrypointVideoProc, in vpp_context_create()
|
D | vavpp.cpp | 1546 if (entrypoints[j] == VAEntrypointVideoProc) in vpp_context_create() 1560 VAEntrypointVideoProc, in vpp_context_create() 1580 VAEntrypointVideoProc, in vpp_context_create()
|
/external/libva/va/ |
D | va_str.c | 89 TOSTR(VAEntrypointVideoProc); in vaEntrypointStr()
|
D | va.h | 567 VAEntrypointVideoProc = 10, /**< Video pre/post-processing. */ enumerator
|
/external/rust/cros-libva/ |
D | README.md | 26 VAProfileNone : VAEntrypointVideoProc
|
/external/libva-utils/putsurface/ |
D | putsurface_common.c | 206 va_status = vaCreateConfig(va_dpy, VAProfileNone, VAEntrypointVideoProc, in ensure_surface_attribs()
|
/external/intel-media-driver/media_softlet/linux/common/ddi/ |
D | media_libva_caps_next.cpp | 292 (entrypoint == VAEntrypointVideoProc) && in CheckAttribList()
|
/external/intel-media-driver/media_driver/linux/common/ddi/ |
D | media_libva_caps.cpp | 168 if(entrypoint == VAEntrypointVideoProc) in CheckEntrypointCodecType() 600 && (entrypoint == VAEntrypointVideoProc) in CheckAttribList() 1956 status = CreateVpAttributes(VAProfileNone, VAEntrypointVideoProc, &attributeList); in LoadNoneProfileEntrypoints() 1961 AddProfileEntry(VAProfileNone, VAEntrypointVideoProc, attributeList, configStartIdx, 1); in LoadNoneProfileEntrypoints() 2672 if (entrypoint == VAEntrypointVideoProc) /* vpp */ in QuerySurfaceAttributes()
|