HomeSort by relevance Sort by last modified time
    Searched refs:GetHeight (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /hardware/libhardware/modules/camera/3_4/arc/
cached_frame.cpp 60 uint32_t CachedFrame::GetHeight() const { return yu12_frame_->GetHeight(); }
64 yu12_frame_->GetHeight());
75 GetHeight() != out_frame->GetHeight()) {
78 out_frame->GetHeight());
85 scaled_frame_->SetHeight(out_frame->GetHeight());
96 source_frame_->GetHeight());
103 yu12_frame_->SetHeight(source_frame_->GetHeight());
117 if (yu12_frame_->GetHeight() % 2 != 0 || yu12_frame_->GetWidth() % 2 != 0)
    [all...]
image_processor.cpp 116 if ((in_frame.GetWidth() % 2) || (in_frame.GetHeight() % 2)) {
118 << " x " << in_frame.GetHeight() << ")";
123 out_frame->GetFourcc(), in_frame.GetWidth(), in_frame.GetHeight());
140 out_frame->GetWidth() * out_frame->GetHeight(), /* dst_u */
143 out_frame->GetHeight() * 5 /
146 in_frame.GetWidth(), in_frame.GetHeight());
166 in_frame.GetWidth(), in_frame.GetHeight(), ystride,
181 in_frame.GetWidth(), in_frame.GetHeight());
190 in_frame.GetWidth() * in_frame.GetHeight(), /* src_u */
193 in_frame.GetWidth() * in_frame.GetHeight() * 5 / 4, /* src_v *
    [all...]
cached_frame.h 43 uint32_t GetHeight() const;
  /external/webrtc/talk/media/base/
capturerenderadapter.cc 117 iter->render_height != frame->GetHeight();
120 static_cast<int>(frame->GetHeight()), 0)) {
122 iter->render_height = frame->GetHeight();
125 frame->GetWidth() << " x " << frame->GetHeight();
videoframe.cc 58 const size_t height = GetHeight();
86 const size_t y_size = GetHeight() * GetYPitch();
108 int32_t src_height = static_cast<int>(GetHeight());
132 const size_t needed = std::abs(stride_rgb) * GetHeight();
141 static_cast<int>(GetHeight()), to_fourcc)) {
165 size_t src_height = GetHeight();
187 static_cast<int32_t>((GetHeight() - src_height) >> 2);
212 dst->GetWidth(), dst->GetHeight(),
237 static_cast<int>(GetHeight()),
videoframefactory.cc 63 output_frame_->GetHeight() != static_cast<size_t>(output_height)) {
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 21 int GetHeight() const;
  /external/pdfium/testing/libfuzzer/
xfa_codec_fuzzer.h 42 FX_SAFE_UINT32 bitmap_size = decoder->GetHeight();
51 bitmap->Create(decoder->GetWidth(), decoder->GetHeight(), FXDIB_Argb);
59 bitmap->GetHeight());
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
integral_image.h 31 : Image<uint32_t>(image_base.GetWidth(), image_base.GetHeight()) {
40 image_base.GetHeight() == GetHeight(), "Dimensions don't match!");
52 for (int y = 1; y < image_base.GetHeight(); ++y) {
79 for (int y = 0; y < GetHeight(); ++y) {
113 x2 >= x1 && y2 >= y1 && x2 < GetWidth() && y2 < GetHeight(),
115 x1, x2, GetWidth(), y1, y2, GetHeight());
sprite.h 51 inline int GetHeight() const {
120 actual_height_ = area->GetHeight();
123 actual_height_ = texture_source.GetHeight();
143 actual_height_ != texture_source.GetHeight()) {
image_utils.h 33 for (int row = 0; row < u->GetHeight(); ++row) {
184 image1.GetHeight() == image2.GetHeight(),
186 image1.GetWidth(), image1.GetHeight(),
187 image2.GetWidth(), image2.GetHeight());
189 const int num_pixels = image1.GetWidth() * image1.GetHeight();
203 const int patch_height = patch_image->GetHeight();
209 area_to_copy.GetHeight() / (patch_height - 1) : 0;
geom.h 132 inline float GetHeight() const {
138 const float height = GetHeight();
235 const float half_height = GetHeight() / 2.0f;
252 << ", w:" << box.GetWidth() << " h:" << box.GetHeight() << "]";
265 if (std::abs(box.GetWidth() - box.GetHeight()) > 0.1f) {
306 const float height_diff = (original_box.GetHeight() - size) / 2.0f;
314 original_box, MIN(original_box.GetWidth(), original_box.GetHeight()));
  /external/pdfium/core/fxcodec/codec/
ccodec_scanlinedecoder.h 30 int GetHeight() { return m_OutputHeight; }
  /external/pdfium/core/fxge/dib/
cfx_dibextractor.cpp 18 if (!m_pBitmap->Create(pOldSrc->GetWidth(), pOldSrc->GetHeight(),
cfx_filtereddib.cpp 18 m_Height = pSrc->GetHeight();
  /external/pdfium/fxbarcode/common/
BC_CommonByteMatrix.h 19 int32_t GetHeight();
BC_CommonBitMatrix.h 33 int32_t GetHeight() const { return m_height; }
  /external/webrtc/talk/media/devices/
gtkvideorenderer.cc 108 if (!SetSize(frame->GetWidth(), frame->GetHeight(), 0)) {
115 frame->GetWidth() * frame->GetHeight() * 4,
130 frame->GetHeight(),
  /external/webrtc/talk/media/webrtc/
webrtcvideoframefactory_unittest.cc 68 EXPECT_EQ(dest_frame->GetHeight(), src_height);
74 EXPECT_EQ(dest_frame->GetHeight(), src_width);
77 EXPECT_EQ(dest_frame->GetHeight(), src_height);
  /external/lzma/CPP/Windows/Control/
ReBar.h 24 UINT GetHeight()
  /external/pdfium/core/fxge/android/
cfpf_skiafont.h 35 int32_t GetHeight() const;
  /external/pdfium/fxbarcode/
BC_TwoDimWriter.cpp 33 topPos = (m_Height - m_output->GetHeight()) / 2;
36 if (m_Width < m_output->GetWidth() && m_Height < m_output->GetHeight()) {
38 0.0, (float)m_Height / (float)m_output->GetHeight(),
44 for (int32_t y = 0; y < m_output->GetHeight(); y++) {
  /external/webrtc/talk/app/webrtc/test/
fakevideotrackrenderer.h 49 static_cast<int>(video_frame->GetHeight()),
  /external/pdfium/core/fpdfapi/render/
cpdf_devicebuffer.cpp 68 m_pBitmap->GetHeight());
70 pBuffer->CompositeBitmap(0, 0, pBuffer->GetWidth(), pBuffer->GetHeight(),
  /external/webrtc/webrtc/api/objc/
RTCVideoFrame.mm 26 return _videoFrame->GetHeight();

Completed in 544 milliseconds

1 2 3 4 5 6