Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/encode/
Dmpeg2enc.c144 pthread_t upload_thread_id; member
952 ctx->upload_thread_value = pthread_create(&ctx->upload_thread_id, in mpeg2enc_init()
1122 pthread_join(ctx->upload_thread_id, NULL); in begin_picture()
1366 ctx->upload_thread_value = pthread_create(&ctx->upload_thread_id, in encode_picture()
1501 pthread_join(ctx->upload_thread_id, NULL); in mpeg2enc_end()
Dmpeg2vaenc.c144 pthread_t upload_thread_id; member
952 ctx->upload_thread_value = pthread_create(&ctx->upload_thread_id, in mpeg2enc_init()
1138 pthread_join(ctx->upload_thread_id, NULL); in begin_picture()
1382 ctx->upload_thread_value = pthread_create(&ctx->upload_thread_id, in encode_picture()
1517 pthread_join(ctx->upload_thread_id, NULL); in mpeg2enc_end()
Davcenc.c145 pthread_t upload_thread_id; member
270 avcenc_context.upload_thread_value = pthread_create(&avcenc_context.upload_thread_id, in alloc_encode_resource()
278 pthread_join(avcenc_context.upload_thread_id, NULL); in release_encode_resource()
513 pthread_join(avcenc_context.upload_thread_id, NULL); in begin_picture()
1336 avcenc_context.upload_thread_value = pthread_create(&avcenc_context.upload_thread_id, in encode_picture()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp1996 pthread_t upload_thread_id; member
2114 avcenc_context.upload_thread_value = pthread_create(&avcenc_context.upload_thread_id, in alloc_encode_resource()
2927 avcenc_context.upload_thread_value = pthread_create(&avcenc_context.upload_thread_id, in encode_picture()