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
182
CHECK((nCamcorderProfiles = profiles->
mCamcorderProfiles
.size()) >= 1);
183
profiles->
mCamcorderProfiles
[nCamcorderProfiles - 1]->mVideoCodec = videoCodec;
204
CHECK((nCamcorderProfiles = profiles->
mCamcorderProfiles
.size()) >= 1);
205
profiles->
mCamcorderProfiles
[nCamcorderProfiles - 1]->mAudioCodec = audioCodec;
448
profiles->
mCamcorderProfiles
.add(
503
for (size_t i = 0, n =
mCamcorderProfiles
.size(); i < n; ++i) {
504
int product =
mCamcorderProfiles
[i]->mVideoCodec->mFrameWidth *
505
mCamcorderProfiles
[i]->mVideoCodec->mFrameHeight;
507
camcorder_quality quality =
mCamcorderProfiles
[i]->mQuality;
508
int cameraId =
mCamcorderProfiles
[i]->mCameraId
[
all
...]
/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
...]
/frameworks/av/include/media/
MediaProfiles.h
490
Vector<CamcorderProfile*>
mCamcorderProfiles
;
Completed in 257 milliseconds