Home
last modified time | relevance | path

Searched refs:data_type (Results 1 – 10 of 10) sorted by relevance

/frameworks/rs/driver/runtime/
Drs_allocation.c511 rs_data_type data_type) { in rsCreateElement() argument
513 switch (data_type) { in rsCreateElement()
533 return rsCreateElement(data_type, RS_KIND_USER, false, 1); in rsCreateElement()
535 rsDebug("Invalid data_type", data_type); in rsCreateElement()
541 rs_data_type data_type, uint32_t vector_width) { in rsCreateVectorElement() argument
546 switch (data_type) { in rsCreateVectorElement()
559 return rsCreateElement(data_type, RS_KIND_USER, false, in rsCreateVectorElement()
562 rsDebug("Invalid data_type for vector element", data_type); in rsCreateVectorElement()
568 rs_data_type data_type, rs_data_kind data_kind) { in rsCreatePixelElement() argument
569 if (data_type != RS_TYPE_UNSIGNED_8 && in rsCreatePixelElement()
[all …]
/frameworks/rs/api/
Drs_allocation_create.spec30 arg: rs_data_type data_type, "Data type of the Element"
42 arg: rs_data_type data_type, "Data type of the Element"
55 arg: rs_data_type data_type, "Data type of the Element"
68 arg: int32_t data_type
/frameworks/base/libs/androidfw/
DStreamingZipInflater.cpp108 mInflateState.data_type = Z_UNKNOWN; in initInflateState()
DZipUtils.cpp79 zstream.data_type = Z_UNKNOWN; in inflateToBuffer()
DResourceTypes.cpp4873 static_assert(std::is_same<uint32_t, Res_value::data_type>::value, in U16StringToInt()
4933 outValue->data = static_cast<Res_value::data_type>(val); in U16StringToInt()
/frameworks/rs/scriptc/
Drs_allocation_create.rsh40 * data_type: Data type of the Element
44 rsCreateElement(rs_data_type data_type);
55 * data_type: Data type of the Element
60 rsCreateVectorElement(rs_data_type data_type, uint32_t vector_width);
70 * data_type: Data type of the Element
75 rsCreatePixelElement(rs_data_type data_type, rs_data_kind data_kind);
/frameworks/base/docs/html/training/wearables/apps/
Dvoice.jd202 <dd><code>vnd.google.fitness.data_type/com.google.heart_rate.bpm</code></dd>
216 <dd><code>vnd.google.fitness.data_type/com.google.step_count.cumulative</code></dd>
/frameworks/base/include/androidfw/
DResourceTypes.h381 typedef uint32_t data_type; typedef
382 data_type data;
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_allocation_create.jd910 …rsCreateElement(<a href='rs_object_types.html#android_rs:rs_data_type'>rs_data_type</a> data_type);
919 <tr><th>data_type</th><td>Data type of the Element</td></tr>
939 …<a href='rs_object_types.html#android_rs:rs_data_type'>rs_data_type</a> data_type, <a href='rs_obj…
948 <tr><th>data_type</th><td>Data type of the Element</td></tr>
1039 …<a href='rs_object_types.html#android_rs:rs_data_type'>rs_data_type</a> data_type, <a href='rs_val…
1048 <tr><th>data_type</th><td>Data type of the Element</td></tr>
/frameworks/base/tools/aapt/
DZipFile.cpp773 zstream.data_type = Z_UNKNOWN; in compressFpToFp()