Searched refs:yuv_format (Results 1 – 6 of 6) sorted by relevance
342 // Valid yuv_format352 // Invalid yuv_format354 // yuv_format with 1D or 3D is invalid360 // yuv_format with mipmaps or cubemap is invalid
344 // Valid yuv_format354 // Invalid yuv_format356 // yuv_format with 1D or 3D is invalid362 // yuv_format with mipmaps or cubemap is invalid
84 arg: rs_yuv_format yuv_format, "YUV layout for the Type"101 yuv_format indicates the associated YUV format (or RS_YUV_NONE).
265 uint32_t yuv_format) { in CreateType() argument276 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() argument394 (RsYuvFormat) yuv_format); in rsCreateType()420 rs_yuv_format yuv_format) { in rsCreateType() argument422 yuv_format); in rsCreateType()
95 * yuv_format indicates the associated YUV format (or RS_YUV_NONE).104 * yuv_format: YUV layout for the Type109 bool faces, rs_yuv_format yuv_format);
418 bool mipmaps, bool faces, rs_yuv_format yuv_format);