OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aspectX
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h
209
int32_t
aspectX
;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java
210
int
aspectX
= mCropExtras.getAspectX();
223
if (
aspectX
> 0 && aspectY > 0) {
224
mCropView.applyAspect(
aspectX
, aspectY);
Completed in 96 milliseconds