Home
last modified time | relevance | path

Searched refs:yuv_format (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dsingle_source_alloc.rscript342 // Valid yuv_format
352 // Invalid yuv_format
354 // yuv_format with 1D or 3D is invalid
360 // yuv_format with mipmaps or cubemap is invalid
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dsingle_source_alloc.rscript344 // Valid yuv_format
354 // Invalid yuv_format
356 // yuv_format with 1D or 3D is invalid
362 // yuv_format with mipmaps or cubemap is invalid
/frameworks/rs/script_api/
Drs_allocation_create.spec84 arg: rs_yuv_format yuv_format, "YUV layout for the Type"
101 yuv_format indicates the associated YUV format (or RS_YUV_NONE).
/frameworks/rs/driver/
DrsdRuntimeStubs.cpp265 uint32_t yuv_format) { in CreateType() argument
276 RsYuvFormat yuv = (RsYuvFormat) yuv_format; in CreateType()
282 ALOGE("rs_type creation error: Invalid yuv_format %d\n", yuv_format); in CreateType()
315 if (yuv_format != RS_YUV_NONE) { in CreateType()
323 faces, yuv_format); in CreateType()
391 rs_yuv_format yuv_format) { in rsCreateType() argument
394 (RsYuvFormat) yuv_format); in rsCreateType()
420 rs_yuv_format yuv_format) { in rsCreateType() argument
422 yuv_format); in rsCreateType()
/frameworks/rs/script_api/include/
Drs_allocation_create.rsh95 * yuv_format indicates the associated YUV format (or RS_YUV_NONE).
104 * yuv_format: YUV layout for the Type
109 bool faces, rs_yuv_format yuv_format);
/frameworks/rs/driver/runtime/
Drs_allocation.c418 bool mipmaps, bool faces, rs_yuv_format yuv_format);