Lines Matching defs:param
334 const AVDictionaryEntry *param;
339 param = av_dict_get(opts, opencl_platform_params[i].key,
341 if (!param)
352 if (!av_stristr(str, param->value)) {
354 param->key, str);
409 const AVDictionaryEntry *param;
413 param = av_dict_get(opts, "device_type", NULL, 0);
414 if (param) {
419 if (!strcmp(opencl_device_types[i].key, param->value)) {
426 param->value);
445 param = av_dict_get(opts, opencl_device_params[i].key,
447 if (!param)
458 if (!av_stristr(str, param->value)) {
460 param->key, str);