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

/frameworks/rs/cpp/
H A DType.cpp78 mYuvFormat = RS_YUV_NONE;
122 t->mYuvFormat = RS_YUV_NONE;
137 mYuvFormat = RS_YUV_NONE;
162 if (format != RS_YUV_NONE && !(mElement->isCompatible(Element::YUV(mRS)))) {
167 if (format != RS_YUV_NONE &&
210 if (mYuvFormat != RS_YUV_NONE) {
/frameworks/rs/script_api/include/
H A Drs_object_types.rsh208 RS_YUV_NONE = 0,
/frameworks/rs/
H A DrsDefines.h171 RS_YUV_NONE = 0, enumerator in enum:RsYuvFormat
/frameworks/rs/script_api/
H A Drs_object_types.spec189 value: RS_YUV_NONE = 0
H A Drs_allocation_create.spec101 yuv_format indicates the associated YUV format (or RS_YUV_NONE).
/frameworks/rs/driver/runtime/
H A Drs_allocation.c633 return rsCreateType(element, dimX, dimY, dimZ, false, false, RS_YUV_NONE);
639 return rsCreateType(element, dimX, dimY, 0, false, false, RS_YUV_NONE);
644 return rsCreateType(element, dimX, 0, 0, false, false, RS_YUV_NONE);
/frameworks/rs/rsov/driver/
H A DrsovRuntimeStubs.cpp258 if (yuv != RS_YUV_NONE && yuv != RS_YUV_YV12 && yuv != RS_YUV_NV21 &&
295 if (yuv_format != RS_YUV_NONE) {
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp277 if (yuv != RS_YUV_NONE &&
315 if (yuv_format != RS_YUV_NONE) {

Completed in 331 milliseconds