Searched refs:RS_YUV_NONE (Results 1 – 11 of 11) sorted by relevance
/frameworks/rs/cpp/ |
D | Type.cpp | 78 mYuvFormat = RS_YUV_NONE; in Type() 122 t->mYuvFormat = RS_YUV_NONE; in create() 137 mYuvFormat = RS_YUV_NONE; in Builder() 162 if (format != RS_YUV_NONE && !(mElement->isCompatible(Element::YUV(mRS)))) { in setYuvFormat() 167 if (format != RS_YUV_NONE && in setYuvFormat() 210 if (mYuvFormat != RS_YUV_NONE) { in create()
|
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/ |
D | single_source_alloc.rs | 316 RS_YUV_NONE))); 340 RS_YUV_NONE))); 342 RS_YUV_NONE))); 346 RS_YUV_NONE))); 348 RS_YUV_NONE)));
|
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/ |
D | single_source_alloc.rs | 313 RS_YUV_NONE))); 337 RS_YUV_NONE))); 339 RS_YUV_NONE))); 343 RS_YUV_NONE))); 345 RS_YUV_NONE)));
|
/frameworks/rs/ |
D | rsDefines.h | 171 RS_YUV_NONE = 0, enumerator
|
/frameworks/rs/driver/runtime/ |
D | rs_allocation.c | 633 return rsCreateType(element, dimX, dimY, dimZ, false, false, RS_YUV_NONE); in rsCreateType() 639 return rsCreateType(element, dimX, dimY, 0, false, false, RS_YUV_NONE); in rsCreateType() 644 return rsCreateType(element, dimX, 0, 0, false, false, RS_YUV_NONE); in rsCreateType()
|
/frameworks/rs/script_api/ |
D | rs_object_types.spec | 189 value: RS_YUV_NONE = 0
|
D | rs_allocation_create.spec | 101 yuv_format indicates the associated YUV format (or RS_YUV_NONE).
|
/frameworks/rs/script_api/include/ |
D | rs_object_types.rsh | 208 RS_YUV_NONE = 0,
|
D | rs_allocation_create.rsh | 95 * yuv_format indicates the associated YUV format (or RS_YUV_NONE).
|
/frameworks/rs/rsov/driver/ |
D | rsovRuntimeStubs.cpp | 258 if (yuv != RS_YUV_NONE && yuv != RS_YUV_YV12 && yuv != RS_YUV_NV21 && in CreateType() 295 if (yuv_format != RS_YUV_NONE) { in CreateType()
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 277 if (yuv != RS_YUV_NONE && in CreateType() 315 if (yuv_format != RS_YUV_NONE) { in CreateType()
|