Home
last modified time | relevance | path

Searched refs:CODEC_ENC (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/libva-intel-hybrid-driver/intel-hybrid-driver-1.0.2/src/
H A Dmedia_drv_defines.h116 #define CODEC_ENC 1 macro
H A Dmedia_drv_driver.c272 if (obj_context->codec_type == CODEC_ENC) in media_destroy_context()
H A Dmedia_drv_init.c1408 if (obj_context->codec_type == CODEC_ENC) in media_EndPicture()
1871 if (obj_context->codec_type == CODEC_ENC) in media_BeginPicture()
2140 obj_context->codec_type = CODEC_ENC; in media_CreateContext()
/dports/multimedia/libva-intel-driver/intel-vaapi-driver-2.4.1/src/
H A Di965_drv_video.h314 #define CODEC_ENC 1 macro
H A Di965_drv_video.c2460 } else if (obj_context->codec_type == CODEC_ENC) { in i965_destroy_context()
2641 obj_context->codec_type = CODEC_ENC; in i965_CreateContext()
3255 } else if (obj_context->codec_type == CODEC_ENC) { in i965_BeginPicture()
4006 } else if (obj_context->codec_type == CODEC_ENC) { in i965_EndPicture()