Home
last modified time | relevance | path

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

/frameworks/rs/rsov/driver/
DrsovRuntimeStubs.cpp247 uint32_t yuv_format) { in CreateType() argument
257 RsYuvFormat yuv = (RsYuvFormat)yuv_format; in CreateType()
260 ALOGE("rs_type creation error: Invalid yuv_format %d\n", yuv_format); in CreateType()
295 if (yuv_format != RS_YUV_NONE) { in CreateType()
303 faces, yuv_format); in CreateType()
364 rs_yuv_format yuv_format) { in rsCreateType() argument
367 (RsYuvFormat)yuv_format); in rsCreateType()
390 rs_yuv_format yuv_format) { in rsCreateType() argument
392 yuv_format); in rsCreateType()
/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);