/hardware/intel/common/libva/test/vainfo/ |
D | vainfo.c | 68 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/ |
D | va_fool.c | 78 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()
|
D | va_backend.h | 74 VAEntrypoint entrypoint, 82 VAEntrypoint entrypoint, 97 VAEntrypoint *entrypoint, /* out */
|
D | va_fool.h | 54 VAEntrypoint entrypoint,
|
D | va.c | 600 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()
|
D | va_trace.h | 71 VAEntrypoint entrypoint,
|
D | va.h | 902 VAEntrypoint entrypoint, 920 VAEntrypoint entrypoint, 946 VAEntrypoint *entrypoint, /* out */
|
/hardware/intel/img/psb_video/src/ |
D | psb_drv_video.c | 129 …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 …]
|
D | pnw_rotate.c | 635 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()
|
D | psb_drv_video.h | 373 VAEntrypoint entrypoint; member 662 VAEntrypoint entrypoint,
|
D | tng_yuv_processor.c | 44 VAEntrypoint __maybe_unused entrypoint, in tng_yuv_processor_QueryConfigAttributes() argument 403 tmp = obj_config->entrypoint; in ved_QueryVideoProcFilters()
|
D | pnw_MPEG2.c | 536 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()
|
D | tng_MPEG4ES.c | 61 VAEntrypoint __maybe_unused entrypoint, in tng_MPEG4ES_QueryConfigAttributes() argument
|
D | tng_VP8.c | 394 VAEntrypoint entrypoint, in tng_VP8_QueryConfigAttributes() argument 404 if ((entrypoint == VAEntrypointVLD) && in tng_VP8_QueryConfigAttributes() 411 if ((entrypoint == VAEntrypointVLD) && in tng_VP8_QueryConfigAttributes()
|
D | pnw_MPEG4ES.c | 54 VAEntrypoint __maybe_unused entrypoint, in pnw_MPEG4ES_QueryConfigAttributes() argument
|
D | pnw_H263ES.c | 53 VAEntrypoint __maybe_unused entrypoint, in pnw_H263ES_QueryConfigAttributes() argument
|
D | tng_H263ES.c | 61 VAEntrypoint __maybe_unused entrypoint, in tng_H263ES_QueryConfigAttributes() argument
|
/hardware/intel/common/libva/test/basic/ |
D | test_06.c | 88 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()
|
D | testplan.txt | 19 - Create & destroy config for each profile / entrypoint 26 a given profile / entrypoint 42 - Create and destroy a context for each profile / entrypoint
|
D | test_common.c | 120 const char *entrypoint2string(VAEntrypoint entrypoint) in entrypoint2string() argument 122 switch(entrypoint) in entrypoint2string()
|
/hardware/intel/bootstub/ |
D | head.S | 87 jmpl *%ecx # Jump to the 32-bit entrypoint
|
/hardware/intel/common/libva/test/encode/ |
D | mpeg2enc.c | 823 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()
|
D | mpeg2vaenc.c | 823 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/ |
D | lnc_MPEG4ES.c | 55 VAEntrypoint entrypoint, in lnc_MPEG4ES_QueryConfigAttributes() argument
|
D | lnc_H263ES.c | 54 VAEntrypoint entrypoint, in lnc_H263ES_QueryConfigAttributes() argument
|