HomeSort by relevance Sort by last modified time
    Searched defs:nHeight (Results 1 - 6 of 6) sorted by null

  /external/pdfium/fpdfsdk/
fpdfeditimg.cpp 278 const float nHeight = pObj->m_Top - pObj->m_Bottom;
280 if (nWidth != 0 && nHeight != 0) {
282 metadata->vertical_dpi = nPixelHeight / nHeight * nPointsPerInch;
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
OGLES2HelloAPI_Windows.cpp 204 unsigned int nHeight = WINDOW_HEIGHT;
214 SetRect(&sRect, 0, 0, nWidth, nHeight);
217 0, 0, nWidth, nHeight, NULL, NULL, hInstance, NULL);
  /frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
VtsHalMediaC2V1_0TargetVideoEncTest.cpp 131 bool setupConfigParam(int32_t nWidth, int32_t nHeight);
267 bool Codec2VideoEncHidlTest::setupConfigParam(int32_t nWidth, int32_t nHeight) {
269 C2StreamPictureSizeInfo::input inputSize(0u, nWidth, nHeight);
289 int32_t nHeight, bool flushed = false, bool signalEOS = true) {
293 int bytesCount = nWidth * nHeight * 3 >> 1;
338 nWidth, nHeight, HAL_PIXEL_FORMAT_YV12,
359 memcpy(pY, data, nWidth * nHeight);
360 memcpy(pU, data + nWidth * nHeight, (nWidth * nHeight >> 2));
361 memcpy(pV, data + (nWidth * nHeight * 5 >> 2), nWidth * nHeight >> 2)
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.cpp     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1708 milliseconds