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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropMath.java 196 float finalH = origH;
198 finalH = origW / a;
199 r.top = r.centerY() - finalH / 2;
200 r.bottom = r.top + finalH;
  /external/opencv3/modules/calib3d/src/
rho.cpp 207 * @param [out] finalH The final estimation of H, or the zero matrix if
226 float* finalH) = 0; /* Final result. */
263 float* finalH;
355 float* finalH); /* Final result. */
514 * @param [out] finalH The final estimation of H, or the zero matrix if
534 float* finalH){ /* Final result. */
536 flags, guessH, finalH);
702 * @param [out] finalH The final estimation of H, or the zero matrix if
721 float* finalH){ /* Final result. */
739 arg.finalH = finalH
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.cpp 227 int finalW = 0, finalH = 0;
235 finalH += ALIGN((overlap.bottom - overlap.top), 32);
236 if(finalH > ALIGN((overlap.bottom - overlap.top), 32)) {
239 (finalH - ALIGN((overlap.bottom - overlap.top), 32)) * 4;
241 ptorInfo->displayFrame[i].top = (finalH -
251 getBufferSizeAndDimensions(finalW, finalH, HAL_PIXEL_FORMAT_RGBA_8888,
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_copybit.cpp 304 int finalW = 0, finalH = 0;
312 finalH += ALIGN((overlap.bottom - overlap.top), 32);
313 if(finalH > ALIGN((overlap.bottom - overlap.top), 32)) {
315 ptorInfo->displayFrame[i].top = (finalH -
325 getBufferSizeAndDimensions(finalW, finalH, HAL_PIXEL_FORMAT_RGBA_8888,
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.cpp 227 int finalW = 0, finalH = 0;
235 finalH += ALIGN((overlap.bottom - overlap.top), 32);
236 if(finalH > ALIGN((overlap.bottom - overlap.top), 32)) {
238 ptorInfo->displayFrame[i].top = (finalH -
248 getBufferSizeAndDimensions(finalW, finalH, HAL_PIXEL_FORMAT_RGBA_8888,
    [all...]

Completed in 178 milliseconds