OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetComponentSize
(Results
1 - 10
of
10
) sorted by null
/art/runtime/mirror/
array-inl.h
29
size_t component_size = GetClass()->
GetComponentSize
();
array.cc
65
return Alloc(self, array_class, component_count, array_class->
GetComponentSize
());
class.h
358
size_t
GetComponentSize
() const {
[
all
...]
/external/libyuv/files/include/libyuv/
mjpeg_decoder.h
106
int
GetComponentSize
(int component);
116
// at least
GetComponentSize
(i). The pointers in planes are incremented
/art/runtime/native/
dalvik_system_VMRuntime.cc
91
return reinterpret_cast<uintptr_t>(array->GetRawData(array->GetClass()->
GetComponentSize
()));
java_lang_System.cc
232
size_t width = srcArray->GetClass()->
GetComponentSize
();
/external/libyuv/files/source/
mjpeg_decoder.cc
241
int MJpegDecoder::
GetComponentSize
(int component) {
/art/runtime/
check_jni.cc
[
all
...]
debugger.cc
[
all
...]
jni_internal.cc
[
all
...]
Completed in 402 milliseconds