Home
last modified time | relevance | path

Searched refs:upload_thread_param (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp1967 struct upload_thread_param struct
1995 struct upload_thread_param upload_thread_param; member
2090 struct upload_thread_param *param = (upload_thread_param*)data; in upload_thread_function()
2111 avcenc_context.upload_thread_param.yuv_fp = yuv_fp; in alloc_encode_resource()
2112 avcenc_context.upload_thread_param.surface_id = surface_ids[SID_INPUT_PICTURE_1]; in alloc_encode_resource()
2117 (void*)&avcenc_context.upload_thread_param); in alloc_encode_resource()
2924 avcenc_context.upload_thread_param.yuv_fp = yuv_fp; in encode_picture()
2925 avcenc_context.upload_thread_param.surface_id = surface_ids[index]; in encode_picture()
2930 … (void*)&avcenc_context.upload_thread_param); in encode_picture()
/hardware/intel/common/libva/test/encode/
Davcenc.c110 struct upload_thread_param struct
144 struct upload_thread_param upload_thread_param; member
243 struct upload_thread_param *param = data; in upload_thread_function()
267 avcenc_context.upload_thread_param.yuv_fp = yuv_fp; in alloc_encode_resource()
268 avcenc_context.upload_thread_param.surface_id = surface_ids[SID_INPUT_PICTURE_1]; in alloc_encode_resource()
273 (void*)&avcenc_context.upload_thread_param); in alloc_encode_resource()
1333 avcenc_context.upload_thread_param.yuv_fp = yuv_fp; in encode_picture()
1334 avcenc_context.upload_thread_param.surface_id = surface_ids[index]; in encode_picture()
1339 … (void*)&avcenc_context.upload_thread_param); in encode_picture()