OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mCamcorderProfiles
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/include/media/
MediaProfiles.h
490
Vector<CamcorderProfile*>
mCamcorderProfiles
;
/pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java
130
private List<CamcorderProfile>
mCamcorderProfiles
;
637
int width =
mCamcorderProfiles
.get(pos).videoFrameWidth;
638
int height =
mCamcorderProfiles
.get(pos).videoFrameHeight;
[
all
...]
Completed in 2239 milliseconds