OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCamcorderProfiles
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libmedia/
MediaProfiles.cpp
191
CHECK((nCamcorderProfiles = profiles->
mCamcorderProfiles
.size()) >= 1);
192
profiles->
mCamcorderProfiles
[nCamcorderProfiles - 1]->mVideoCodec = videoCodec;
213
CHECK((nCamcorderProfiles = profiles->
mCamcorderProfiles
.size()) >= 1);
214
profiles->
mCamcorderProfiles
[nCamcorderProfiles - 1]->mAudioCodec = audioCodec;
421
profiles->
mCamcorderProfiles
.add(
477
for (size_t i = 0, n =
mCamcorderProfiles
.size(); i < n; ++i) {
478
int product =
mCamcorderProfiles
[i]->mVideoCodec->mFrameWidth *
479
mCamcorderProfiles
[i]->mVideoCodec->mFrameHeight;
481
camcorder_quality quality =
mCamcorderProfiles
[i]->mQuality;
482
int cameraId =
mCamcorderProfiles
[i]->mCameraId
[
all
...]
/pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java
142
private List<CamcorderProfile>
mCamcorderProfiles
;
754
int width =
mCamcorderProfiles
.get(pos).videoFrameWidth;
755
int height =
mCamcorderProfiles
.get(pos).videoFrameHeight;
[
all
...]
/frameworks/av/media/libmedia/include/media/
MediaProfiles.h
455
Vector<CamcorderProfile*>
mCamcorderProfiles
;
Completed in 1811 milliseconds