Home
last modified time | relevance | path

Searched defs:int (Results 1 – 25 of 193) sorted by relevance

12345678

/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
Dlayered_filter_fast_d1new.rs49 static int g_use_integral_image; constant
80 static const int g_kDepthScaleShift = 2; constant
82 static const int g_kMaxDepth = 256 >> g_kDepthScaleShift; constant
92 const int index = y * g_image_size_i4.s0 + x; // width constant
114 const int actual_depth = g_kMaxDepth - (in.a >> g_kDepthScaleShift); constant
121 const int index = y * g_image_size_i4.s0 + x; // width constant
155 const int kernel_center_x = g_blend_info.dilation_radius; constant
156 const int kernel_center_y = g_blend_info.dilation_radius; constant
157 const int kernel_dim_x = 2 * kernel_center_x + 1; constant
162 const int jump_to_next_pixel = 1; constant
[all …]
Dlayered_filter_fast_f32.rs50 static int g_use_integral_image; variable
90 static const int g_kDepthScaleShift = 2; constant
92 static const int g_kMaxDepth = 256 >> g_kDepthScaleShift; constant
102 const int index = y * g_image_size.width + x; constant
131 const int actual_depth = g_kMaxDepth - (in.a >> g_kDepthScaleShift); constant
138 const int index = y * g_image_size.width + x; // index of this pixel constant
176 const int kernel_center_x = g_blend_info.dilation_radius; constant
177 const int kernel_center_y = g_blend_info.dilation_radius; constant
178 const int kernel_dim_x = 2 * kernel_center_x + 1; constant
185 const int jump_to_next_pixel = 1; constant
[all …]
/frameworks/av/drm/libdrmframework/
DNoOpDrmManagerClientImpl.cpp21 void NoOpDrmManagerClientImpl::remove(int /* uniqueId */) { in remove() argument
24 void NoOpDrmManagerClientImpl::addClient(int /* uniqueId */) { in addClient() argument
28 int /* uniqueId */) { in removeClient() argument
32 int /* uniqueId */, in setOnInfoListener() argument
37 DrmConstraints* NoOpDrmManagerClientImpl::getConstraints( in getConstraints() argument
40 const int /* action */) { in getConstraints()
45 int /* uniqueId */, in getMetadata() argument
51 int /* uniqueId */, in canHandle() argument
58 int /* uniqueId */, in processDrmInfo() argument
64 int /* uniqueId */, in acquireDrmInfo() argument
[all …]
/frameworks/compile/libbcc/tests/debuginfo/target-tests/
Dbreakpoint_function.rs15 static int twenty() { constant
19 static int some_function() { constant
23 static int foo() { constant
27 static int bar() { constant
Dbreakpoint_inlined_function.rs19 static int twenty() { variable
23 static int some_function() { constant
27 static int foo() { constant
31 static int bar() { variable
Dbreakpoint_inlined_sourceline.rs18 static int twenty() { constant
22 static int some_function() { constant
26 static int foo() { constant
30 static int bar() { variable
Dcrash.rs12 static int function_with_a_segfault() { constant
18 static int some_function() { constant
22 static int foo() { constant
26 static int bar() { variable
Dbreakpoint_sourceline.rs14 static int twenty() { constant
18 static int some_function() { constant
22 static int foo() { variable
26 static int bar() { variable
Dglobal_int.rs20 static int twenty() { variable
24 static int some_function() { variable
28 static int foo() { variable
32 static int bar() { constant
/frameworks/compile/slang/tests/F_kernel_static/
Dkernel_static.rs4 static int gi; variable
7 static int j; variable
13 static const int ci; constant
14 static int i; constant
18 static int RS_KERNEL static_kernel() { variable
/frameworks/compile/slang/tests/F_reduce_general_bad_function/
Dreduce_general_bad_function.rs58 static int init_nonvoid(int *accum) { return 0; } constant
62 static void init_const(const int *accum) { } constant
96 static void comb_ptr(int *accum, const int *other) { } constant
102 static void comb_arr(int *accum, const int *other) { } constant
107 static void comb_obj(int *accum, const int *other) { } constant
127 static int accum_nonvoid(int *accum, int val) { return 0; } variable
131 static void accum_const(const int *accum, int val) { } constant
135 static void accum_valconst(int *const accum, const int val) { } constant
151 static void comb3(int *accum, const int *otherA, int otherB) { } constant
172 static __attribute__((overloadable)) void comb_over(int *accum, const int *other) { } constant
[all …]
/frameworks/rs/java/tests/ComputePerf/src/com/example/android/rs/computeperf/
Dmandelbrot.rs18 const int gMaxIteration = 500; constant
19 const int gDimX = 1024; constant
20 const int gDimY = 1024; constant
/frameworks/compile/slang/tests/F_reduce_general_bad_halter/
Dreduce_general_bad_halter.rs18 static void halt_void(const int *accum) { } constant
22 static int halt_int(const int *accum) { return 0; } variable
30 static bool halt2(const int *accum, const int *accum2) { return false; } constant
34 static bool halt_special(const int *context) { return false; } constant
42 static __attribute__((overloadable)) bool halt_over(const int *accum) { return false; } constant
46 static __attribute__((overloadable)) bool halt_dup(const int *accum) { return false; } constant
54 bool halt_nonstatic(const int *accum) { return false; } constant
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp122 DrmMetadata* FwdLockEngine::onGetMetadata(int /* uniqueId */, const String8* path) { in onGetMetadata() argument
135 android::status_t FwdLockEngine::onInitialize(int /* uniqueId */) { in onInitialize() argument
150 int /* uniqueId */, in onSetOnInfoListener() argument
158 android::status_t FwdLockEngine::onTerminate(int /* uniqueId */) { in onTerminate() argument
212 DrmSupportInfo* FwdLockEngine::onGetSupportInfo(int /* uniqueId */) { in onGetSupportInfo() argument
227 bool FwdLockEngine::onCanHandle(int /* uniqueId */, const String8& path) { in onCanHandle() argument
234 DrmInfoStatus* FwdLockEngine::onProcessDrmInfo(int /* uniqueId */, const DrmInfo* /* drmInfo */) { in onProcessDrmInfo() argument
247 int /* uniqueId */, in onSaveRights() argument
257 int /* uniqueId */, const DrmInfoRequest* /* drmInfoRequest */) { in onAcquireDrmInfo() argument
296 status_t FwdLockEngine::onConsumeRights(int /* uniqueId */, in onConsumeRights() argument
[all …]
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dsingle_source_script.rs8 void oldFoo(const int* in, int* out, uint32_t x, uint32_t y) { constant
16 void oldGoo(const int* a, int* out) { constant
37 const int actual = rsGetElementAt_int(out, i, j); constant
Dreduce.rs78 static void fzCombine(int *accumIdx, const int *accumIdx2) { constant
159 static int gcd(int a, int b) { variable
161 const int aNew = b; constant
162 const int bNew = a % b; constant
184 static void outSillySumIntoDecArray(int (*out)[4], const int *accumDatum) { constant
190 static void outSillySumIntoIncArray(int (*out)[4], const int *accumDatum) { constant
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Dthreshold.rs22 static int radius; constant
28 const int MAX_RADIUS = 25; constant
Dshadows.rs34 static const int ABITS = 4; constant
35 static const int HSCALE = 256; constant
36 static const int k1=255 << ABITS; constant
37 static const int k2=HSCALE << ABITS; constant
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Dthreshold.rs22 static int radius; constant
28 const int MAX_RADIUS = 25; constant
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Dthreshold.rs22 static int radius; constant
28 const int MAX_RADIUS = 25; constant
Dshadows.rs34 static const int ABITS = 4; constant
35 static const int HSCALE = 256; constant
36 static const int k1=255 << ABITS; constant
37 static const int k2=HSCALE << ABITS; constant
/frameworks/compile/slang/tests/F_global_init/
Dglobal_init.rs11 const int ic = 99; constant
16 int i; field
/frameworks/av/drm/libdrmframework/plugins/common/include/
DDrmEngineBase.h401 int /* uniqueId */, DecryptHandle* /* decryptHandle */, in onOpenDecryptSession() argument
433 int /* uniqueId */, DecryptHandle* /* decryptHandle */, in onOpenDecryptSession() argument
449 virtual status_t onOpenDecryptSession(int /* uniqueId */, in onOpenDecryptSession() argument
/frameworks/base/media/tests/players/
Dinvoke_mock_media_player.cpp72 virtual status_t setDataSource(int /* fd */, int64_t /* offset */, int64_t /* length */) { in setDataSource() argument
85 virtual status_t seekTo(int /* msec */) { return OK; } in seekTo() argument
86 virtual status_t getCurrentPosition(int* /* msec */) { return OK; } in getCurrentPosition() argument
87 virtual status_t getDuration(int* /* msec */) { return OK; } in getDuration() argument
89 virtual status_t setLooping(int /* loop */) { return OK; } in setLooping() argument
92 virtual status_t setParameter(int /* key */, const Parcel& /* request */) { return OK; } in setParameter() argument
93 virtual status_t getParameter(int /* key */, Parcel* /* reply */) { return OK; } in getParameter() argument
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
Dshadows_f.rs34 static const int ABITS = 4; constant
35 static const int HSCALE = 256; constant
36 static const int k1=255 << ABITS; constant
37 static const int k2=HSCALE << ABITS; constant

12345678