Home
last modified time | relevance | path

Searched refs:entrypoint (Results 1 – 25 of 42) sorted by relevance

12

/hardware/intel/common/libva/test/vainfo/
Dvainfo.c68 static char * entrypoint_string(VAEntrypoint entrypoint) in entrypoint_string() argument
70 switch (entrypoint) { in entrypoint_string()
94 VAEntrypoint entrypoint, entrypoints[10]; in main() local
144 for (entrypoint = 0; entrypoint < num_entrypoint; entrypoint++) in main()
145 printf(" %-32s: %s\n", profile_str, entrypoint_string(entrypoints[entrypoint])); in main()
/hardware/intel/common/libva/va/
Dva_fool.c78 VAEntrypoint entrypoint; /* current entrypoint */ member
173 VAEntrypoint entrypoint, in va_FoolCreateConfig() argument
181 fool_ctx->entrypoint = entrypoint; in va_FoolCreateConfig()
189 if (((fool_codec & VA_FOOL_FLAG_DECODE) && (entrypoint == VAEntrypointVLD)) || in va_FoolCreateConfig()
190 ((fool_codec & VA_FOOL_FLAG_JPEG) && (entrypoint == VAEntrypointEncPicture))) in va_FoolCreateConfig()
192 else if ((fool_codec & VA_FOOL_FLAG_ENCODE) && (entrypoint == VAEntrypointEncSlice)) { in va_FoolCreateConfig()
335 if (fool_ctx->entrypoint == VAEntrypointEncSlice) in va_FoolFillCodedBuf()
337 else if (fool_ctx->entrypoint == VAEntrypointEncPicture) in va_FoolFillCodedBuf()
Dva_backend.h74 VAEntrypoint entrypoint,
82 VAEntrypoint entrypoint,
97 VAEntrypoint *entrypoint, /* out */
Dva_fool.h54 VAEntrypoint entrypoint,
Dva.c600 VAEntrypoint entrypoint, in vaGetConfigAttributes() argument
609 return ctx->vtable->vaGetConfigAttributes ( ctx, profile, entrypoint, attrib_list, num_attribs ); in vaGetConfigAttributes()
628 VAEntrypoint entrypoint, in vaCreateConfig() argument
640 …vaStatus = ctx->vtable->vaCreateConfig ( ctx, profile, entrypoint, attrib_list, num_attribs, confi… in vaCreateConfig()
643 VA_TRACE_ALL(va_TraceCreateConfig, dpy, profile, entrypoint, attrib_list, num_attribs, config_id); in vaCreateConfig()
644 VA_FOOL_FUNC(va_FoolCreateConfig, dpy, profile, entrypoint, attrib_list, num_attribs, config_id); in vaCreateConfig()
665 VAEntrypoint *entrypoint, /* out */ in vaQueryConfigAttributes() argument
674 …return ctx->vtable->vaQueryConfigAttributes( ctx, config_id, profile, entrypoint, attrib_list, num… in vaQueryConfigAttributes()
Dva_trace.h71 VAEntrypoint entrypoint,
Dva.h902 VAEntrypoint entrypoint,
920 VAEntrypoint entrypoint,
946 VAEntrypoint *entrypoint, /* out */
/hardware/intel/img/psb_video/src/
Dpsb_drv_video.c129 …S) && (entrypoint < PSB_MAX_ENTRYPOINTS)) ? (profile == VAProfileNone? driver_data->vpp_profile : …
132 …S) && (entrypoint < PSB_MAX_ENTRYPOINTS)) ? (profile == VAProfileNone? driver_data->vpp_profile : …
249 …ntrypoint(psb_driver_data_p driver_data, VAProfile profile, VAEntrypoint __maybe_unused entrypoint) in psb__error_unsupported_profile_entrypoint() argument
272 VAEntrypoint entrypoint, in psb_GetConfigAttributes() argument
281 format_vtable_p format_vtable = driver_data->profile2Format[profile][entrypoint]; in psb_GetConfigAttributes()
285 format_vtable_p format_vtable = driver_data->profile2Format[profile][entrypoint]; in psb_GetConfigAttributes()
290 return psb__error_unsupported_profile_entrypoint(driver_data, profile, entrypoint); in psb_GetConfigAttributes()
301 if (entrypoint == VAEntrypointEncPicture) in psb_GetConfigAttributes()
303 if ((profile == VAProfileJPEGBaseline) && (entrypoint == VAEntrypointVLD)) in psb_GetConfigAttributes()
313 format_vtable->queryConfigAttributes(profile, entrypoint, attrib_list, num_attribs); in psb_GetConfigAttributes()
[all …]
Dpnw_rotate.c635 if (obj_config->entrypoint == VAEntrypointVideoProc && in psb_CreateRotateSurface()
653 if (obj_config->entrypoint == VAEntrypointVideoProc && in psb_CreateRotateSurface()
701 … if (GET_SURFACE_INFO_tiling(rotate_surface) && obj_config->entrypoint != VAEntrypointVideoProc) { in psb_CreateRotateSurface()
Dpsb_drv_video.h373 VAEntrypoint entrypoint; member
662 VAEntrypoint entrypoint,
Dtng_yuv_processor.c44 VAEntrypoint __maybe_unused entrypoint, in tng_yuv_processor_QueryConfigAttributes() argument
403 tmp = obj_config->entrypoint; in ved_QueryVideoProcFilters()
Dpnw_MPEG2.c536 VAEntrypoint __maybe_unused entrypoint, in pnw_MPEG2_QueryConfigAttributes() argument
546 if (entrypoint == VAEntrypointVLD) { in pnw_MPEG2_QueryConfigAttributes()
558 if (entrypoint == VAEntrypointVLD) { in pnw_MPEG2_QueryConfigAttributes()
Dtng_MPEG4ES.c61 VAEntrypoint __maybe_unused entrypoint, in tng_MPEG4ES_QueryConfigAttributes() argument
Dtng_VP8.c394 VAEntrypoint entrypoint, in tng_VP8_QueryConfigAttributes() argument
404 if ((entrypoint == VAEntrypointVLD) && in tng_VP8_QueryConfigAttributes()
411 if ((entrypoint == VAEntrypointVLD) && in tng_VP8_QueryConfigAttributes()
Dpnw_MPEG4ES.c54 VAEntrypoint __maybe_unused entrypoint, in pnw_MPEG4ES_QueryConfigAttributes() argument
Dpnw_H263ES.c53 VAEntrypoint __maybe_unused entrypoint, in pnw_H263ES_QueryConfigAttributes() argument
Dtng_H263ES.c61 VAEntrypoint __maybe_unused entrypoint, in tng_H263ES_QueryConfigAttributes() argument
/hardware/intel/common/libva/test/basic/
Dtest_06.c88 VAEntrypoint entrypoint = -1; in test() local
94 …us = vaQueryConfigAttributes(va_dpy, configs[config_count], &profile, &entrypoint, attrib_list, &n… in test()
98 ASSERT( entrypoint == entrypoints[j] ); in test()
Dtestplan.txt19 - Create & destroy config for each profile / entrypoint
26 a given profile / entrypoint
42 - Create and destroy a context for each profile / entrypoint
Dtest_common.c120 const char *entrypoint2string(VAEntrypoint entrypoint) in entrypoint2string() argument
122 switch(entrypoint) in entrypoint2string()
/hardware/intel/bootstub/
Dhead.S87 jmpl *%ecx # Jump to the 32-bit entrypoint
/hardware/intel/common/libva/test/encode/
Dmpeg2enc.c823 int max_entrypoints, num_entrypoints, entrypoint; in mpeg2enc_alloc_va_resources() local
839 for (entrypoint = 0; entrypoint < num_entrypoints; entrypoint++) { in mpeg2enc_alloc_va_resources()
840 if (entrypoint_list[entrypoint] == VAEntrypointEncSlice) in mpeg2enc_alloc_va_resources()
846 if (entrypoint == num_entrypoints) { in mpeg2enc_alloc_va_resources()
Dmpeg2vaenc.c823 int max_entrypoints, num_entrypoints, entrypoint; in mpeg2enc_alloc_va_resources() local
839 for (entrypoint = 0; entrypoint < num_entrypoints; entrypoint++) { in mpeg2enc_alloc_va_resources()
840 if (entrypoint_list[entrypoint] == VAEntrypointEncSlice) in mpeg2enc_alloc_va_resources()
846 if (entrypoint == num_entrypoints) { in mpeg2enc_alloc_va_resources()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_MPEG4ES.c55 VAEntrypoint entrypoint, in lnc_MPEG4ES_QueryConfigAttributes() argument
Dlnc_H263ES.c54 VAEntrypoint entrypoint, in lnc_H263ES_QueryConfigAttributes() argument

12