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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dopencl.c66 int platform_idx; member in struct:__anon3688
87 { "platform_idx", "set platform index value", OFFSET(platform_idx), AV_OPT_TYPE_INT, {.i64=-1}, -1, INT_MAX},
515 if (opencl_ctx->platform_idx >= 0) {
516 if (opencl_ctx->device_list.platform_num < opencl_ctx->platform_idx + 1) {
520 if (!opencl_ctx->device_list.platform_node[opencl_ctx->platform_idx]->device_num) {
522 opencl_ctx->platform_idx);
525 opencl_ctx->platform_id = opencl_ctx->device_list.platform_node[opencl_ctx->platform_idx]->platform_id;
531 opencl_ctx->platform_idx = i;
542 if (opencl_ctx->device_list.platform_node[opencl_ctx->platform_idx]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils_opencl.c28 int platform_idx; member in struct:__anon3015
238 devices[count].platform_idx = i;
247 fprintf(stderr, "platform_idx\tdevice_idx\tdevice_name\truntime\n");
250 devices[i].platform_idx, devices[i].device_idx,

Completed in 67 milliseconds