HomeSort by relevance Sort by last modified time
    Searched refs:GetComponentSize (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
mjpeg_decoder.h 129 int GetComponentSize(int component);
139 // at least GetComponentSize(i). The pointers in planes are incremented
  /external/chromium_org/third_party/libyuv/include/libyuv/
mjpeg_decoder.h 129 int GetComponentSize(int component);
139 // at least GetComponentSize(i). The pointers in planes are incremented
  /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/mirror/
array.cc 51 Array::Alloc<true>(self, array_class.Get(), array_length, array_class->GetComponentSize(),
object_test.cc 169 hs.NewHandle(Array::Alloc<true>(soa.Self(), c, 1, c->GetComponentSize(),
175 a.Assign(Array::Alloc<true>(soa.Self(), c, 1, c->GetComponentSize(),
181 a.Assign(Array::Alloc<true>(soa.Self(), c, 1, c->GetComponentSize(),
192 hs.NewHandle(Array::Alloc<true>(soa.Self(), c, 1, c->GetComponentSize(),
198 a.Assign(Array::Alloc<true>(soa.Self(), c, 2, c->GetComponentSize(),
204 a.Assign(Array::Alloc<true>(soa.Self(), c, 2, c->GetComponentSize(),
210 a.Assign(Array::Alloc<true>(soa.Self(), c, 2, c->GetComponentSize(),
array-inl.h 39 GetClass<kVerifyFlags, kReadBarrierOption>()->template GetComponentSize<kReadBarrierOption>();
157 CHECK_EQ(array_class->GetComponentSize(), component_size);
class.h 446 size_t GetComponentSize() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 79 array_class->GetComponentSize(), allocator);
103 array_class->GetComponentSize(), allocator,
122 return reinterpret_cast<uintptr_t>(array->GetRawData(array->GetClass()->GetComponentSize(), 0));
  /art/runtime/entrypoints/
entrypoint_utils.cc 93 return mirror::Array::Alloc<false>(self, klass, component_count, klass->GetComponentSize(),
112 return mirror::Array::Alloc<true>(self, klass, component_count, klass->GetComponentSize(),
entrypoint_utils-inl.h 226 klass->GetComponentSize(),
230 klass->GetComponentSize(), allocator_type);
254 klass->GetComponentSize(), allocator_type);
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc 224 int MJpegDecoder::GetComponentSize(int component) {
  /external/chromium_org/third_party/libyuv/source/
mjpeg_decoder.cc 224 int MJpegDecoder::GetComponentSize(int component) {
  /external/libyuv/files/source/
mjpeg_decoder.cc 241 int MJpegDecoder::GetComponentSize(int component) {
  /art/runtime/interpreter/
interpreter.cc 40 array_class->GetComponentSize(), allocator, true));
interpreter_common.cc 695 Object* newArray = Array::Alloc<true>(self, arrayClass, length, arrayClass->GetComponentSize(),
    [all...]
  /art/runtime/
transaction_test.cc 92 h_klass->GetComponentSize(),
check_jni.cc     [all...]
jni_internal.cc     [all...]
debugger.cc     [all...]

Completed in 401 milliseconds