/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/ |
D | MediaRecorderFacade.java | 98 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/ |
D | Dialog.cpp | 88 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()
|
D | Dialog.h | 166 bool IsDialogSizeOK(int xSize, int ySize);
|
/external/skqp/gm/ |
D | samplerstress.cpp | 47 constexpr int ySize = 16; in createTexture() local 49 fTexture.allocN32Pixels(xSize, ySize); in createTexture() 52 for (int y = 0; y < ySize; ++y) { in createTexture()
|
D | bitmaprect.cpp | 94 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()
|
D | anisotropic.cpp | 53 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/ |
D | samplerstress.cpp | 59 constexpr int ySize = 16; in createTexture() local 61 fTexture.allocN32Pixels(xSize, ySize); in createTexture() 64 for (int y = 0; y < ySize; ++y) { in createTexture()
|
D | bitmaprect.cpp | 103 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()
|
D | anisotropic.cpp | 65 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/ |
D | VideoFrameBufferTest.java | 221 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/ |
D | ComboDialog.cpp | 42 bool CComboDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument 49 int y = ySize - my - by; in OnSize()
|
D | ComboDialog.h | 16 virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
|
D | BrowseDialog.cpp | 106 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()
|
D | ProgressDialog2.h | 210 virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
|
D | ProgressDialog2.cpp | 435 bool CProgressDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument 462 int yPos = ySize - my - _buttonSizeY; in OnSize()
|
/external/skqp/tools/ |
D | DDLTileHelper.cpp | 109 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/ |
D | gl4cSparseTexture2Tests.hpp | 55 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()
|
D | gl4cSparseTexture2Tests.cpp | 423 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/ |
D | ImageUtils.java | 45 final int ySize = width * height; in getYUVByteSize() local 51 return ySize + uvSize; in getYUVByteSize()
|
/external/skia/tools/ |
D | DDLTileHelper.cpp | 241 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/ |
D | vktDescriptorSetsIndexingTestsUtils.cpp | 620 std::vector<tcu::Vec4> createVertices (deUint32 width, deUint32 height, float& xSize, float& ySize) in createVertices() argument 630 ySize = yStep; in createVertices()
|
D | vktDescriptorSetsIndexingTests.hpp | 142 float& ySize);
|
/external/wpa_supplicant_8/hs20/server/ca/ |
D | openssl.cnf | 168 ySize=INTEGER:80
|
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 315 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/ |
D | teglImageFormatTests.cpp | 788 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()
|