Searched refs:uint (Results 1 - 25 of 63) sorted by relevance

123

/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
H A Daddup.rs22 int4 RS_KERNEL add(uint x)
/frameworks/rs/tests/lldb/cpp/Allocations/
H A Dallocs.rs27 uint __attribute__((kernel)) square_kernel(ushort in)
29 uint result = (uint)in * (uint)in;
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Dallocs.rs27 uint __attribute__((kernel)) square_kernel(ushort in)
29 uint result = (uint)(in) * (uint)in;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dbitstream.h42 uint BitstreamReadBits16(BitstreamDecVideo *stream, int nbits);
43 uint BitstreamRead1Bits(BitstreamDecVideo *stream);
45 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code);
46 PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code);
47 PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code);
48 uint BitstreamReadBits16_INLINE(BitstreamDecVideo *stream, int nbits);
49 uint BitstreamRead1Bits_INLINE(BitstreamDecVideo *stream);
51 __inline PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code)
69 __inline PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code)
83 __inline PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *cod
[all...]
H A Ddec_pred_intra_dc.cpp33 uint DC_size;
34 uint code;
H A Dmp4lib_int.h66 uint timeInc; /* VOP time increment (relative to last mtb) */
85 uint timeIncrementResolution;/* VOL time increment */
87 uint timeInc_offset; /* timeInc offset for multiple VOP in a packet */
103 uint bitsPerPixel;
108 uint quantType; /* MPEG-4 or H.263 Quantization Type */
160 uint last;
161 uint run;
163 uint sign;
234 uint mbnum_row;
H A Dfind_min_max.cpp141 uint i, j;
H A Dvlc_decode.cpp132 PV_STATUS PV_GetMBvectors(VideoDecData *video, uint mode)
455 uint code;
505 uint code;
538 uint code;
559 uint code;
593 uint code;
628 PV_STATUS PV_VlcDecIntraDCPredSize(BitstreamDecVideo *stream, int compnum, uint *DC_size)
631 uint code;
841 uint code;
873 pTcoef->run = (uint) ta
[all...]
H A Dvlc_decode.h95 PV_STATUS PV_GetMBvectors(VideoDecData *, uint mode);
115 PV_STATUS PV_VlcDecIntraDCPredSize(BitstreamDecVideo *stream, int compnum, uint *DC_size);
H A Dbitstream.cpp215 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code)
238 PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code)
257 PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code)
270 uint BitstreamReadBits16_INLINE(BitstreamDecVideo *stream, int nbits)
272 uint code;
286 uint BitstreamRead1Bits_INLINE(BitstreamDecVideo *stream)
289 uint code;
311 uint BitstreamReadBits16(BitstreamDecVideo *stream, int nbits)
313 uint code;
333 uint BitstreamRead1Bit
[all...]
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A Dgrain.rs50 uint p00 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y1);
51 uint p01 = 114 * rsGetElementAt_uchar(gBlendSource, x, y1);
52 uint p02 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y1);
53 uint p10 = 114 * rsGetElementAt_uchar(gBlendSource, x1, y);
54 uint p11 = 230 * rsGetElementAt_uchar(gBlendSource, x, y);
55 uint p12 = 114 * rsGetElementAt_uchar(gBlendSource, x2, y);
56 uint p20 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y2);
57 uint p21 = 114 * rsGetElementAt_uchar(gBlendSource, x, y2);
58 uint p22 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y2);
71 p20 = min(p20 >> 10, (uint)25
[all...]
H A Dhistogram.rs29 void RS_KERNEL pass1(int in, uint x, uint y) {
48 int RS_KERNEL pass2(uint x) {
78 uchar4 RS_KERNEL draw(uint x, uint y) {
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A Dgrain.rs50 uint p00 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y1);
51 uint p01 = 114 * rsGetElementAt_uchar(gBlendSource, x, y1);
52 uint p02 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y1);
53 uint p10 = 114 * rsGetElementAt_uchar(gBlendSource, x1, y);
54 uint p11 = 230 * rsGetElementAt_uchar(gBlendSource, x, y);
55 uint p12 = 114 * rsGetElementAt_uchar(gBlendSource, x2, y);
56 uint p20 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y2);
57 uint p21 = 114 * rsGetElementAt_uchar(gBlendSource, x, y2);
58 uint p22 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y2);
71 p20 = min(p20 >> 10, (uint)25
[all...]
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A Dgrain.rs50 uint p00 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y1);
51 uint p01 = 114 * rsGetElementAt_uchar(gBlendSource, x, y1);
52 uint p02 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y1);
53 uint p10 = 114 * rsGetElementAt_uchar(gBlendSource, x1, y);
54 uint p11 = 230 * rsGetElementAt_uchar(gBlendSource, x, y);
55 uint p12 = 114 * rsGetElementAt_uchar(gBlendSource, x2, y);
56 uint p20 = 56 * rsGetElementAt_uchar(gBlendSource, x1, y2);
57 uint p21 = 114 * rsGetElementAt_uchar(gBlendSource, x, y2);
58 uint p22 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y2);
71 p20 = min(p20 >> 10, (uint)25
[all...]
H A Dhistogram.rs29 void RS_KERNEL pass1(uint x) {
48 int RS_KERNEL pass2(uint x) {
78 uchar4 RS_KERNEL draw(uint x, uint y) {
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
H A Daddup.rs23 int4 RS_KERNEL add(uint x)
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
H A Dvisual_header.h26 typedef uint Bool;
/frameworks/rs/script_api/include/
H A Drs_io.rsh83 rsSendToClient(int cmdID, const void* data, uint len);
105 rsSendToClientBlocking(int cmdID, const void* data, uint len);
H A Drs_value_types.rsh28 * Unsigned integer: uchar, uint8_t ushort, uint16_t uint, uint32_t ulong, uint64_t
216 * uint: 32 bit unsigned integer
220 typedef uint32_t uint;
360 typedef uint __attribute__((ext_vector_type(2))) uint2;
368 typedef uint __attribute__((ext_vector_type(3))) uint3;
376 typedef uint __attribute__((ext_vector_type(4))) uint4;
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A Dbricked.rs29 uint __attribute__((kernel)) pack_chunk(uint32_t x) {
45 uint out = 0;
59 uint v = (op > 0) ? 1 : 0;
66 uint __attribute__((kernel)) dilate(uint in, uint32_t x) {
78 uint slice;
79 uint out = in;
/frameworks/rs/tests/lldb/java/Allocations/src/rs/
H A Dallocs.rs41 uint __attribute__((kernel)) square_kernel(ushort in)
43 uint result = (uint)(in) * (uint)in;
/frameworks/rs/driver/runtime/
H A Drs_convert.c37 CVT_FUNC_2(type, uint) \
50 CVT_FUNC(uint)
/frameworks/av/media/libaaudio/tests/
H A Dtest_open_params.cpp145 for (uint dirIndex = 0;dirIndex < arraysize(directions); dirIndex++) {
151 for (uint i = 0; i < arraysize(rates); i++) {
154 for (uint i = 0; i < arraysize(formats); i++) {
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h21 typedef uint32_t uint; typedef
32 typedef uint uint2 __attribute__((ext_vector_type(2)));
33 typedef uint uint3 __attribute__((ext_vector_type(3)));
34 typedef uint uint4 __attribute__((ext_vector_type(4)));
72 CVT_FUNC_2(type, uint) \
81 CVT_FUNC(uint)
/frameworks/rs/tests/cpp_api/typecheck/
H A Dkernels.rs67 uint ui1;
68 uint ui1i = 1;
131 void RS_KERNEL test_U32(uint in) {

Completed in 986 milliseconds

123