OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destH
(Results
1 - 3
of
3
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/bitmap/
DecodeTask.java
409
private static int calculateSampleSize(int srcW, int srcH, int destW, int
destH
) {
412
final float sz = Math.min((float) srcW / destW, (float) srcH /
destH
);
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp
[
all
...]
Completed in 41 milliseconds