Searched refs:upload_thread_value (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/libva/test/encode/
H A Dmpeg2enc.c145 int upload_thread_value; member in struct:mpeg2enc_context
952 ctx->upload_thread_value = pthread_create(&ctx->upload_thread_id,
1117 if (ctx->upload_thread_value != 0) {
1124 ctx->upload_thread_value = -1;
1366 ctx->upload_thread_value = pthread_create(&ctx->upload_thread_id,
H A Dmpeg2vaenc.c145 int upload_thread_value; member in struct:mpeg2enc_context
952 ctx->upload_thread_value = pthread_create(&ctx->upload_thread_id,
1133 if (ctx->upload_thread_value != 0) {
1140 ctx->upload_thread_value = -1;
1382 ctx->upload_thread_value = pthread_create(&ctx->upload_thread_id,
H A Davcenc.c146 int upload_thread_value; member in struct:__anon581
270 avcenc_context.upload_thread_value = pthread_create(&avcenc_context.upload_thread_id,
508 if (avcenc_context.upload_thread_value != 0) {
515 avcenc_context.upload_thread_value = -1;
1336 avcenc_context.upload_thread_value = pthread_create(&avcenc_context.upload_thread_id,
1527 avcenc_context.upload_thread_value = -1;
/hardware/intel/common/libva/test/transcode/
H A Dmpeg2transcode.cpp1997 int upload_thread_value; member in struct:__anon587
2114 avcenc_context.upload_thread_value = pthread_create(&avcenc_context.upload_thread_id,
2260 if (avcenc_context.upload_thread_value != 0) {
2267 avcenc_context.upload_thread_value = -1;
2927 avcenc_context.upload_thread_value = pthread_create(&avcenc_context.upload_thread_id,
3069 avcenc_context.upload_thread_value = -1;

Completed in 292 milliseconds