Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/encode/
Dmpeg2enc.c820 VAEntrypoint *entrypoint_list; in mpeg2enc_alloc_va_resources() local
833 entrypoint_list = malloc(max_entrypoints * sizeof(VAEntrypoint)); in mpeg2enc_alloc_va_resources()
836 entrypoint_list, in mpeg2enc_alloc_va_resources()
840 if (entrypoint_list[entrypoint] == VAEntrypointEncSlice) in mpeg2enc_alloc_va_resources()
844 free(entrypoint_list); in mpeg2enc_alloc_va_resources()
Dmpeg2vaenc.c820 VAEntrypoint *entrypoint_list; in mpeg2enc_alloc_va_resources() local
833 entrypoint_list = malloc(max_entrypoints * sizeof(VAEntrypoint)); in mpeg2enc_alloc_va_resources()
836 entrypoint_list, in mpeg2enc_alloc_va_resources()
840 if (entrypoint_list[entrypoint] == VAEntrypointEncSlice) in mpeg2enc_alloc_va_resources()
844 free(entrypoint_list); in mpeg2enc_alloc_va_resources()
/hardware/intel/common/libva/va/
Dva_backend.h67 VAEntrypoint *entrypoint_list, /* out */
Dva.h887 VAEntrypoint *entrypoint_list, /* out */
/hardware/intel/img/psb_video/src/
Dpsb_drv_video.c204 VAEntrypoint *entrypoint_list, /* out */ in psb_QueryConfigEntrypoints() argument
214 CHECK_INVALID_PARAM(entrypoint_list == NULL); in psb_QueryConfigEntrypoints()
223 *entrypoint_list++ = i; in psb_QueryConfigEntrypoints()
229 *entrypoint_list++ = i; in psb_QueryConfigEntrypoints()