Home
last modified time | relevance | path

Searched refs:VAEntrypointVideoProc (Results 1 – 11 of 11) sorted by relevance

/hardware/intel/common/libva/test/vainfo/
Dvainfo.c78 case VAEntrypointVideoProc:return "VAEntrypointVideoProc"; in entrypoint_string()
/hardware/intel/img/psb_video/src/
Dpnw_rotate.c621 if (obj_config->entrypoint == VAEntrypointVideoProc && in psb_CreateRotateSurface()
639 if (obj_config->entrypoint == VAEntrypointVideoProc && in psb_CreateRotateSurface()
687 … if (GET_SURFACE_INFO_tiling(rotate_surface) && obj_config->entrypoint != VAEntrypointVideoProc) { in psb_CreateRotateSurface()
Dtng_vld_dec.c84 if (ctx->yuv_ctx && (VAEntrypointVideoProc == obj_context->entry_point)) { in vld_dec_setup_alternative_frame()
90 …if (CONTEXT_ALTERNATIVE_OUTPUT(obj_context) || obj_context->entry_point == VAEntrypointVideoProc) { in vld_dec_setup_alternative_frame()
Dpsb_drv_video.c217 i == VAEntrypointVideoProc) { in psb_QueryConfigEntrypoints()
1117 if (obj_config->entrypoint == VAEntrypointVideoProc) in psb_CreateContext()
1157 … if (obj_config->entrypoint == VAEntrypointVideoProc && obj_config->profile == VAProfileNone) in psb_CreateContext()
2111 if (obj_config->entrypoint == VAEntrypointVideoProc) in psb_BeginPicture()
2292 *proc = (VAEntrypointVideoProc == tmp); in psb__surface_usage()
2362 if (obj_config && obj_config->entrypoint == VAEntrypointVideoProc) { in psb_SyncSurface()
2658 else if (obj_config->entrypoint == VAEntrypointVideoProc) { /* vpp */
Dtng_yuv_processor.c402 if (tmp != VAEntrypointVideoProc) { in ved_QueryVideoProcFilters()
Dvsp_VPP.c839 if (tmp != VAEntrypointVideoProc) { in vsp_QueryVideoProcFilters()
/hardware/intel/img/hwcomposer/ips/common/
DRotationBufferProvider.cpp292 if (entryPoint[i] == VAEntrypointVideoProc) in startVA()
305 VAEntrypointVideoProc, in startVA()
/hardware/intel/common/libva/test/videoprocess/
Dvideoprocess.cpp833 if (entrypoints[i] == VAEntrypointVideoProc) in vpp_context_create()
847 VAEntrypointVideoProc, in vpp_context_create()
867 VAEntrypointVideoProc, in vpp_context_create()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp3106 if (entrypoints[proc_entrypoint] == VAEntrypointVideoProc) in zoom_out_surface()
3118 VAEntrypointVideoProc, in zoom_out_surface()
3128 VAEntrypointVideoProc, in zoom_out_surface()
/hardware/intel/common/libva/test/putsurface/
Dputsurface_common.c206 va_status = vaCreateConfig(va_dpy, VAProfileNone, VAEntrypointVideoProc, in ensure_surface_attribs()
/hardware/intel/common/libva/va/
Dva.h367 VAEntrypointVideoProc = 10, /**< Video pre/post-processing. */ enumerator