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

  /art/compiler/jni/quick/
jni_compiler.h 51 uint32_t GetFrameSize() const { return frame_size_; }
  /external/webrtc/talk/media/base/
yuvframegenerator.h 57 int GetFrameSize() { return frame_data_size_; }
  /external/webrtc/webrtc/modules/video_render/linux/
video_x11_channel.h 42 int32_t GetFrameSize(int32_t& width, int32_t& height);
video_x11_channel.cc 96 int32_t VideoX11Channel::GetFrameSize(int32_t& width, int32_t& height)
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_device.h 86 bool GetFrameSize(
media_v4l2_unittest.cc 253 if (!v4l2_dev.GetFrameSize(j, pixfmt, &width, &height)) {
media_v4l2_test.cc 110 if (!device->GetFrameSize(j, format.fourcc, &format.width,
media_v4l2_device.cc 757 bool V4L2Device::GetFrameSize(
  /art/compiler/optimizing/
code_generator.h 205 return GetFrameSize()
232 uint32_t GetFrameSize() const { return frame_size_; }
316 DCHECK_GE(GetFrameSize(), FrameEntrySpillSize() + kShouldDeoptimizeFlagSize);
317 return GetFrameSize() - FrameEntrySpillSize() - kShouldDeoptimizeFlagSize;
484 return GetFrameSize() == (CallPushesPC() ? GetWordSize() : 0);
651 return GetFrameSize() - FrameEntrySpillSize();
    [all...]
optimizing_compiler.cc 726 codegen->HasEmptyFrame() ? 0 : codegen->GetFrameSize(),
    [all...]
register_allocation_resolver.cc 66 location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize());
70 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize());
74 current->SetSpillSlot(current->GetSpillSlot() + codegen_->GetFrameSize());
code_generator.cc     [all...]
code_generator_arm64.cc 227 DCHECK_LT(stack_offset, codegen->GetFrameSize() - codegen->FrameEntrySpillSize());
235 DCHECK_LT(stack_offset, codegen->GetFrameSize() - codegen->FrameEntrySpillSize());
    [all...]
code_generator_arm_vixl.cc 347 DCHECK_LT(stack_offset, codegen->GetFrameSize() - codegen->FrameEntrySpillSize());
372 DCHECK_LE(stack_offset, codegen->GetFrameSize() - codegen->FrameEntrySpillSize());
381 DCHECK_LT(stack_offset, codegen->GetFrameSize() - codegen->FrameEntrySpillSize());
398 DCHECK_LE(stack_offset, codegen->GetFrameSize() - codegen->FrameEntrySpillSize());
    [all...]
code_generator_mips64.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
code_generator_mips.cc     [all...]
  /external/v8/src/
deoptimizer.h 743 uint32_t GetFrameSize() const {
753 int fp_offset = GetFrameSize() - parameter_count() * kPointerSize -
    [all...]
  /hardware/interfaces/audio/core/2.0/vts/functional/
AudioPrimaryHidlHalTest.cpp 677 TEST_IO_STREAM(GetFrameSize, "Check that the stream frame size == the one it was opened with",
678 ASSERT_GT(extract(stream->getFrameSize()), 0U))
681 ASSERT_GE(extract(stream->getBufferSize()), extract(stream->getFrameSize())));
    [all...]
  /hardware/interfaces/audio/core/4.0/vts/functional/
AudioPrimaryHidlHalTest.cpp 747 TEST_IO_STREAM(GetFrameSize, "Check that the stream frame size == the one it was opened with",
748 ASSERT_GT(extract(stream->getFrameSize()), 0U))
751 ASSERT_GE(extract(stream->getBufferSize()), extract(stream->getFrameSize())));
    [all...]

Completed in 389 milliseconds