Home
last modified time | relevance | path

Searched refs:ySize (Results 1 – 25 of 26) sorted by relevance

12

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
DMediaRecorderFacade.java98 int ySize; in startVideoRecording() local
102 ySize = 120; in startVideoRecording()
106 ySize = 240; in startVideoRecording()
110 ySize = 288; in startVideoRecording()
114 ySize = 480; in startVideoRecording()
118 ySize = 480; in startVideoRecording()
122 ySize = 240; in startVideoRecording()
131 mMediaRecorder.setVideoSize(xSize, ySize); in startVideoRecording()
136 mMediaRecorder.setVideoSize(xSize, ySize); in startVideoRecording()
142 mMediaRecorder.setVideoSize(xSize, ySize); in startVideoRecording()
/external/lzma/CPP/Windows/Control/
DDialog.cpp88 bool IsDialogSizeOK(int xSize, int ySize) in IsDialogSizeOK() argument
101 ySize / 8 * y <= wy; in IsDialogSizeOK()
158 int ySize = RECT_SIZE_Y(workRect); in NormalizeSize() local
163 bool needMove = (xSize2 > xSize || ySize2 > ySize); in NormalizeSize()
170 if (ySize2 > ySize || (needMove && fullNormalize)) in NormalizeSize()
174 ySize2 = ySize; in NormalizeSize()
DDialog.h166 bool IsDialogSizeOK(int xSize, int ySize);
/external/skqp/gm/
Dsamplerstress.cpp47 constexpr int ySize = 16; in createTexture() local
49 fTexture.allocN32Pixels(xSize, ySize); in createTexture()
52 for (int y = 0; y < ySize; ++y) { in createTexture()
Dbitmaprect.cpp94 const int ySize = 3; in make_3x3_bitmap() local
96 const SkColor textureData[xSize][ySize] = { in make_3x3_bitmap()
102 bitmap->allocN32Pixels(xSize, ySize, true); in make_3x3_bitmap()
106 for (int y = 0; y < ySize; y++) { in make_3x3_bitmap()
Danisotropic.cpp53 void draw(SkCanvas* canvas, int x, int y, int xSize, int ySize) { in draw() argument
55 SkIntToScalar(xSize), SkIntToScalar(ySize)); in draw()
/external/skia/gm/
Dsamplerstress.cpp59 constexpr int ySize = 16; in createTexture() local
61 fTexture.allocN32Pixels(xSize, ySize); in createTexture()
64 for (int y = 0; y < ySize; ++y) { in createTexture()
Dbitmaprect.cpp103 const int ySize = 3; in make_3x3_bitmap() local
105 const SkColor textureData[xSize][ySize] = { in make_3x3_bitmap()
111 bitmap->allocN32Pixels(xSize, ySize, true); in make_3x3_bitmap()
115 for (int y = 0; y < ySize; y++) { in make_3x3_bitmap()
Danisotropic.cpp65 void draw(SkCanvas* canvas, int x, int y, int xSize, int ySize) { in draw() argument
67 SkIntToScalar(xSize), SkIntToScalar(ySize)); in draw()
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DVideoFrameBufferTest.java221 final int ySize = width * height;
223 final ByteBuffer nv21Buffer = ByteBuffer.allocateDirect(ySize + chromaStride * chromaHeight);
237 nv21Data[ySize + y * chromaStride + 2 * x + 0] = vValue;
238 nv21Data[ySize + y * chromaStride + 2 * x + 1] = uValue;
251 final int ySize = width * height;
253 final ByteBuffer nv12Buffer = ByteBuffer.allocateDirect(ySize + chromaStride * chromaHeight);
265 nv12Buffer.put(ySize + y * chromaStride + 2 * x + 0, uValue);
266 nv12Buffer.put(ySize + y * chromaStride + 2 * x + 1, vValue);
/external/lzma/CPP/7zip/UI/FileManager/
DComboDialog.cpp42 bool CComboDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
49 int y = ySize - my - by; in OnSize()
DComboDialog.h16 virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
DBrowseDialog.cpp106 virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
310 bool CBrowseDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
331 int y = ySize - my - by; in OnSize()
DProgressDialog2.h210 virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
DProgressDialog2.cpp435 bool CProgressDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
462 int yPos = ySize - my - _buttonSizeY; in OnSize()
/external/skqp/tools/
DDDLTileHelper.cpp109 int ySize = (y < fNumDivisions-1) ? yTileSize : viewport.height()-yOff; in DDLTileHelper() local
114 SkIRect clip = SkIRect::MakeXYWH(xOff, yOff, xSize, ySize); in DDLTileHelper()
118 SkImageInfo tileII = SkImageInfo::MakeN32Premul(xSize, ySize); in DDLTileHelper()
/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseTexture2Tests.hpp55 GLint ySize; member
58 PageSizeStruct() : xSize(0), ySize(0), zSize(0) in PageSizeStruct()
61 PageSizeStruct(GLint x, GLint y, GLint z) : xSize(x), ySize(y), zSize(z) in PageSizeStruct()
Dgl4cSparseTexture2Tests.cpp423 if (pageSizeX != page.xSize || pageSizeY != page.ySize || pageSizeZ != page.zSize) in iterate()
427 << "/" << pageSizeZ << ", expected: " << page.xSize << "/" << page.ySize << "/" in iterate()
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/env/
DImageUtils.java45 final int ySize = width * height; in getYUVByteSize() local
51 return ySize + uvSize; in getYUVByteSize()
/external/skia/tools/
DDDLTileHelper.cpp241 int ySize = (y < fNumYDivisions-1) ? yTileSize : viewport.height()-yOff; in DDLTileHelper() local
246 SkIRect clip = SkIRect::MakeXYWH(xOff, yOff, xSize, ySize); in DDLTileHelper()
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTestsUtils.cpp620 std::vector<tcu::Vec4> createVertices (deUint32 width, deUint32 height, float& xSize, float& ySize) in createVertices() argument
630 ySize = yStep; in createVertices()
DvktDescriptorSetsIndexingTests.hpp142 float& ySize);
/external/wpa_supplicant_8/hs20/server/ca/
Dopenssl.cnf168 ySize=INTEGER:80
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c315 ASN1_INTEGER *ySize; member
388 ASN1_SIMPLE(LogotypeImageInfo, ySize, ASN1_INTEGER),
667 val = ASN1_INTEGER_get(info->ySize); in i2r_LogotypeImageInfo()
/external/deqp/modules/egl/
DteglImageFormatTests.cpp788 const int ySize = de::clamp(16, 0, reference.getHeight() - yOffset); in invokeGLES2() local
789 tcu::Texture2D src (glu::mapGLTransferFormat(m_format, m_type), xSize, ySize); in invokeGLES2()
802 …tcu::copy(tcu::getSubregion(reference.getLevel(0), xOffset, yOffset, 0, xSize, ySize, 1), src.getL… in invokeGLES2()

12