Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A Dhwcontext_opencl.c1465 #define CHANNEL_ORDER(order, type) \ in opencl_get_plane_format() macro
1468 CHANNEL_ORDER(1, CL_R); in opencl_get_plane_format()
1469 CHANNEL_ORDER(12, CL_RG); in opencl_get_plane_format()
1470 CHANNEL_ORDER(1234, CL_RGBA); in opencl_get_plane_format()
1471 CHANNEL_ORDER(2341, CL_ARGB); in opencl_get_plane_format()
1472 CHANNEL_ORDER(3214, CL_BGRA); in opencl_get_plane_format()
1474 CHANNEL_ORDER(4321, CL_ABGR); in opencl_get_plane_format()
1479 #undef CHANNEL_ORDER in opencl_get_plane_format() macro

Completed in 6 milliseconds