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

  /external/libyuv/files/util/
convert.cc 221 int org_size = Abs(image_width) * Abs(image_height) * 4; // ARGB local
227 org_size = y_size + 2 * uv_size; // YUV original.
237 static_cast<__int64>(org_size), SEEK_SET);
242 uint8* const ch_org = new uint8[org_size];
270 static_cast<size_t>(org_size), file_org);
271 if (bytes_org < static_cast<size_t>(org_size))
277 libyuv::ARGBAttenuate(ch_org, 0, ch_org, 0, org_size / 4, 1);
281 libyuv::ARGBUnattenuate(ch_org, 0, ch_org, 0, org_size / 4, 1);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_doc.cpp 556 int32_t org_size = pFontDict->GetInteger("Length1") + local
559 if (org_size < 0)
560 org_size = 0;
563 pFontFile->LoadAllData(pFontStream, FALSE, org_size);

Completed in 71 milliseconds