Home
last modified time | relevance | path

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

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