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

  /hardware/intel/common/libva/test/vainfo/
vainfo.c 78 case VAEntrypointVideoProc:return "VAEntrypointVideoProc";
  /hardware/intel/img/psb_video/src/
pnw_rotate.c 635 if (obj_config->entrypoint == VAEntrypointVideoProc &&
653 if (obj_config->entrypoint == VAEntrypointVideoProc &&
701 if (GET_SURFACE_INFO_tiling(rotate_surface) && obj_config->entrypoint != VAEntrypointVideoProc) {
tng_vld_dec.c 86 if (ctx->yuv_ctx && (VAEntrypointVideoProc == obj_context->entry_point)) {
92 if (CONTEXT_ALTERNATIVE_OUTPUT(obj_context) || obj_context->entry_point == VAEntrypointVideoProc) {
psb_drv_video.c 221 i == VAEntrypointVideoProc) {
    [all...]
tng_yuv_processor.c 404 if (tmp != VAEntrypointVideoProc) {
405 drv_debug_msg(VIDEO_DEBUG_ERROR, "current entrypoint is %d, not VAEntrypointVideoProc\n", tmp);
vsp_VPP.c 882 if (tmp != VAEntrypointVideoProc) {
883 drv_debug_msg(VIDEO_DEBUG_ERROR, "current entrypoint is %d, not VAEntrypointVideoProc\n", tmp);
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
RotationBufferProvider.cpp 293 if (entryPoint[i] == VAEntrypointVideoProc)
300 ETRACE("VAEntrypointVideoProc is not supported");
306 VAEntrypointVideoProc,
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
RotationBufferProvider.cpp 292 if (entryPoint[i] == VAEntrypointVideoProc)
299 ELOGTRACE("VAEntrypointVideoProc is not supported");
305 VAEntrypointVideoProc,
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 833 if (entrypoints[i] == VAEntrypointVideoProc)
847 VAEntrypointVideoProc,
867 VAEntrypointVideoProc,
    [all...]
  /hardware/intel/common/utils/ISV/base/
isv_worker.cpp 81 // check if it contains VPP entry point VAEntrypointVideoProc
88 support = entrypoints[i] == VAEntrypointVideoProc;
142 vaStatus = vaGetConfigAttributes(mVADisplay, VAProfileNone, VAEntrypointVideoProc, &attrib, 1);
152 vaStatus = vaCreateConfig(mVADisplay, VAProfileNone, VAEntrypointVideoProc, &attrib, 1, &mVAConfig);
    [all...]
  /hardware/intel/common/libva/test/putsurface/
putsurface_common.c 206 va_status = vaCreateConfig(va_dpy, VAProfileNone, VAEntrypointVideoProc,
  /hardware/intel/common/libva/va/
va.h 367 VAEntrypointVideoProc = 10, /**< Video pre/post-processing. */
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp     [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp     [all...]

Completed in 749 milliseconds