Searched refs:f4 (Results 1 – 4 of 4) sorted by relevance
30 float4 f4 = rsUnpackColor8888(in);31 float3 result = dot(f4.rgb, gMonoMult);32 result = mix( result, f4.rgb, saturationValue );
23 float4 f4 = rsUnpackColor8888(*v_in);25 float3 mono = dot(f4.rgb, gMonoMult);
111 IntentFilter f4 = new IntentFilter();112 f4.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);113 f4.addAction(MediaControlIntent.ACTION_ENQUEUE);114 f4.addDataScheme("http");115 f4.addDataScheme("https");116 f4.addDataScheme("rtsp");117 f4.addDataScheme("file");118 addDataTypeUnchecked(f4, "video/*"); in addDataTypeUnchecked() argument137 CONTROL_FILTERS_QUEUING.add(f4);
53 ( openssl genrsa -f4 2048 | tee ${one} > ${two} ) &