Searched refs:entrypoint (Results 1 - 25 of 41) sorted by relevance

12

/hardware/intel/common/libva/test/vainfo/
H A Dvainfo.c68 static char * entrypoint_string(VAEntrypoint entrypoint) argument
70 switch (entrypoint) {
82 return "<unknown entrypoint>";
94 VAEntrypoint entrypoint, entrypoints[10]; local
144 for (entrypoint = 0; entrypoint < num_entrypoint; entrypoint++)
145 printf(" %-32s: %s\n", profile_str, entrypoint_string(entrypoints[entrypoint]));
/hardware/intel/common/libva/va/
H A Dva_fool.c78 VAEntrypoint entrypoint; /* current entrypoint */ member in struct:fool_context
173 VAEntrypoint entrypoint,
181 fool_ctx->entrypoint = entrypoint;
189 if (((fool_codec & VA_FOOL_FLAG_DECODE) && (entrypoint == VAEntrypointVLD)) ||
190 ((fool_codec & VA_FOOL_FLAG_JPEG) && (entrypoint == VAEntrypointEncPicture)))
192 else if ((fool_codec & VA_FOOL_FLAG_ENCODE) && (entrypoint == VAEntrypointEncSlice)) {
335 if (fool_ctx->entrypoint == VAEntrypointEncSlice)
337 else if (fool_ctx->entrypoint
170 va_FoolCreateConfig( VADisplay dpy, VAProfile profile, VAEntrypoint entrypoint, VAConfigAttrib __maybe_unused *attrib_list, int __maybe_unused num_attribs, VAConfigID __maybe_unused *config_id ) argument
[all...]
H A Dva_fool.h54 VAEntrypoint entrypoint,
H A Dva_backend.h74 VAEntrypoint entrypoint,
82 VAEntrypoint entrypoint,
97 VAEntrypoint *entrypoint, /* out */
H A Dva_trace.h71 VAEntrypoint entrypoint,
H A Dva.c600 VAEntrypoint entrypoint,
609 return ctx->vtable->vaGetConfigAttributes ( ctx, profile, entrypoint, attrib_list, num_attribs );
628 VAEntrypoint entrypoint,
640 vaStatus = ctx->vtable->vaCreateConfig ( ctx, profile, entrypoint, attrib_list, num_attribs, config_id );
642 /* record the current entrypoint for further trace/fool determination */
643 VA_TRACE_ALL(va_TraceCreateConfig, dpy, profile, entrypoint, attrib_list, num_attribs, config_id);
644 VA_FOOL_FUNC(va_FoolCreateConfig, dpy, profile, entrypoint, attrib_list, num_attribs, config_id);
665 VAEntrypoint *entrypoint, /* out */
674 return ctx->vtable->vaQueryConfigAttributes( ctx, config_id, profile, entrypoint, attrib_list, num_attribs);
597 vaGetConfigAttributes( VADisplay dpy, VAProfile profile, VAEntrypoint entrypoint, VAConfigAttrib *attrib_list, int num_attribs ) argument
625 vaCreateConfig( VADisplay dpy, VAProfile profile, VAEntrypoint entrypoint, VAConfigAttrib *attrib_list, int num_attribs, VAConfigID *config_id ) argument
661 vaQueryConfigAttributes( VADisplay dpy, VAConfigID config_id, VAProfile *profile, VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs ) argument
H A Dva.h141 - Find out configuration attributes for a given profile/entrypoint pair
361 * VAEntrypointEncSliceLP entrypoint. Certain encoding tools may not be
362 * available with this entrypoint (e.g. interlace, MBAFF) and the
364 * out more details if this entrypoint is supported.
847 * profile/entrypoint pair, then set the value to the following
892 * Get attributes for a given profile/entrypoint pair
896 * not supported for the given profile/entrypoint pair will have their
902 VAEntrypoint entrypoint,
920 VAEntrypoint entrypoint,
937 * The entrypoint o
[all...]
/hardware/intel/common/libva/test/basic/
H A Dtest_06.c88 VAEntrypoint entrypoint = -1; local
94 va_status = vaQueryConfigAttributes(va_dpy, configs[config_count], &profile, &entrypoint, attrib_list, &num_attribs);
98 ASSERT( entrypoint == entrypoints[j] );
H A Dtest_common.c120 const char *entrypoint2string(VAEntrypoint entrypoint) argument
122 switch(entrypoint)
/hardware/intel/bootstub/
H A Dhead.S87 jmpl *%ecx # Jump to the 32-bit entrypoint
/hardware/intel/img/psb_video/src/
H A Dpsb_drv_video.c129 #define INIT_FORMAT_VTABLE format_vtable_p format_vtable = ((profile < PSB_MAX_PROFILES) && (entrypoint < PSB_MAX_ENTRYPOINTS)) ? (profile == VAProfileNone? driver_data->vpp_profile : driver_data->profile2Format[profile][entrypoint]) : NULL;
132 #define INIT_FORMAT_VTABLE format_vtable_p format_vtable = ((profile < PSB_MAX_PROFILES) && (entrypoint < PSB_MAX_ENTRYPOINTS)) ? (profile == VAProfileNone? driver_data->vpp_profile : driver_data->profile2Format[profile][entrypoint]) : NULL;
249 static VAStatus psb__error_unsupported_profile_entrypoint(psb_driver_data_p driver_data, VAProfile profile, VAEntrypoint __maybe_unused entrypoint) argument
251 /* Does the driver support _any_ entrypoint for this profile? */
261 /* There is an entrypoint, so the profile is supported */
272 VAEntrypoint entrypoint,
281 format_vtable_p format_vtable = driver_data->profile2Format[profile][entrypoint];
285 format_vtable_p format_vtable = driver_data->profile2Format[profile][entrypoint];
269 psb_GetConfigAttributes( VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, VAConfigAttrib *attrib_list, int num_attribs ) argument
365 psb_get_active_entrypoint_number( VADriverContextP ctx, unsigned int entrypoint) argument
395 psb_CreateConfig( VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, VAConfigAttrib *attrib_list, int num_attribs, VAConfigID *config_id ) argument
556 psb_QueryConfigAttributes( VADriverContextP ctx, VAConfigID config_id, VAProfile *profile, VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs ) argument
[all...]
H A Dpnw_rotate.c635 if (obj_config->entrypoint == VAEntrypointVideoProc &&
653 if (obj_config->entrypoint == VAEntrypointVideoProc &&
701 if (GET_SURFACE_INFO_tiling(rotate_surface) && obj_config->entrypoint != VAEntrypointVideoProc) {
H A Dpsb_drv_video.h373 VAEntrypoint entrypoint; member in struct:object_config_s
439 * bytes[0]: entrypoint
662 VAEntrypoint entrypoint,
H A Dtng_yuv_processor.c44 VAEntrypoint __maybe_unused entrypoint,
403 tmp = obj_config->entrypoint;
405 drv_debug_msg(VIDEO_DEBUG_ERROR, "current entrypoint is %d, not VAEntrypointVideoProc\n", tmp);
42 tng_yuv_processor_QueryConfigAttributes( VAProfile __maybe_unused rofile, VAEntrypoint __maybe_unused entrypoint, VAConfigAttrib __maybe_unused * attrib_list, int __maybe_unused num_attribs) argument
H A Dpnw_MPEG2.c536 VAEntrypoint __maybe_unused entrypoint,
546 if (entrypoint == VAEntrypointVLD) {
558 if (entrypoint == VAEntrypointVLD) {
534 pnw_MPEG2_QueryConfigAttributes( VAProfile __maybe_unused profile, VAEntrypoint __maybe_unused entrypoint, VAConfigAttrib __maybe_unused * attrib_list, int __maybe_unused num_attribs) argument
H A Dtng_VP8.c394 VAEntrypoint entrypoint,
404 if ((entrypoint == VAEntrypointVLD) &&
411 if ((entrypoint == VAEntrypointVLD) &&
392 tng_VP8_QueryConfigAttributes( VAProfile profile, VAEntrypoint entrypoint, VAConfigAttrib *attrib_list, int num_attribs) argument
H A Dpnw_H263ES.c53 VAEntrypoint __maybe_unused entrypoint,
51 pnw_H263ES_QueryConfigAttributes( VAProfile __maybe_unused profile, VAEntrypoint __maybe_unused entrypoint, VAConfigAttrib *attrib_list, int num_attribs) argument
H A Dpnw_MPEG4ES.c54 VAEntrypoint __maybe_unused entrypoint,
52 pnw_MPEG4ES_QueryConfigAttributes( VAProfile __maybe_unused profile, VAEntrypoint __maybe_unused entrypoint, VAConfigAttrib * attrib_list, int num_attribs) argument
H A Dtng_MPEG4ES.c61 VAEntrypoint __maybe_unused entrypoint,
59 tng_MPEG4ES_QueryConfigAttributes( VAProfile __maybe_unused profile, VAEntrypoint __maybe_unused entrypoint, VAConfigAttrib *attrib_list, int num_attribs) argument
H A Dpnw_MPEG4.c1174 VAEntrypoint entrypoint,
1184 if (entrypoint == VAEntrypointVLD) {
1196 if (entrypoint == VAEntrypointVLD) {
1172 pnw_MPEG4_QueryConfigAttributes( VAProfile profile, VAEntrypoint entrypoint, VAConfigAttrib *attrib_list, int num_attribs) argument
H A Dpnw_jpeg.c62 VAEntrypoint __maybe_unused entrypoint,
60 pnw_jpeg_QueryConfigAttributes( VAProfile __maybe_unused profile, VAEntrypoint __maybe_unused entrypoint, VAConfigAttrib *attrib_list, int num_attribs) argument
/hardware/intel/common/libva/test/encode/
H A Dmpeg2enc.c823 int max_entrypoints, num_entrypoints, entrypoint; local
839 for (entrypoint = 0; entrypoint < num_entrypoints; entrypoint++) {
840 if (entrypoint_list[entrypoint] == VAEntrypointEncSlice)
846 if (entrypoint == num_entrypoints) {
H A Dmpeg2vaenc.c823 int max_entrypoints, num_entrypoints, entrypoint; local
839 for (entrypoint = 0; entrypoint < num_entrypoints; entrypoint++) {
840 if (entrypoint_list[entrypoint] == VAEntrypointEncSlice)
846 if (entrypoint == num_entrypoints) {
/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_H263ES.c54 VAEntrypoint entrypoint,
52 lnc_H263ES_QueryConfigAttributes( VAProfile profile, VAEntrypoint entrypoint, VAConfigAttrib *attrib_list, int num_attribs) argument
H A Dlnc_MPEG4ES.c55 VAEntrypoint entrypoint,
53 lnc_MPEG4ES_QueryConfigAttributes( VAProfile profile, VAEntrypoint entrypoint, VAConfigAttrib *attrib_list, int num_attribs) argument

Completed in 3017 milliseconds

12