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 224 int org_size = Abs(image_width) * Abs(image_height) * 4; // ARGB local
230 org_size = y_size + 2 * uv_size; // YUV original.
239 static_cast<__int64>(num_skip_org) * static_cast<__int64>(org_size),
245 uint8* const ch_org = new uint8[org_size];
273 fread(ch_org, sizeof(uint8), static_cast<size_t>(org_size), file_org);
274 if (bytes_org < static_cast<size_t>(org_size))
280 libyuv::ARGBAttenuate(ch_org, 0, ch_org, 0, org_size / 4, 1);
284 libyuv::ARGBUnattenuate(ch_org, 0, ch_org, 0, org_size / 4, 1);
  /external/pdfium/core/fpdfapi/page/
cpdf_docpagedata.cpp 488 int32_t org_size = pFontDict->GetIntegerFor("Length1") + local
491 org_size = std::max(org_size, 0);
494 pFontAcc->LoadAllData(pFontStream, false, org_size);

Completed in 605 milliseconds