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

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

Completed in 58 milliseconds