OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCamcorderProfile
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java
90
private CamcorderProfile
mCamcorderProfile
;
108
mCamcorderProfile
= CamcorderProfile.get(CAMERA_ID);
109
if (
mCamcorderProfile
!= null) {
110
mVideoWidth =
mCamcorderProfile
.videoFrameWidth;
111
mVideoHeight =
mCamcorderProfile
.videoFrameHeight;
423
if (
mCamcorderProfile
!= null) {
444
if (
mCamcorderProfile
!= null) {
466
if (
mCamcorderProfile
!= null) {
/pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java
131
private int
mCamcorderProfile
= 0;
630
if (pos !=
mCamcorderProfile
) {
632
mCamcorderProfile
= pos;
859
mCamcorderProfileSpinner.setSelection(
mCamcorderProfile
);
[
all
...]
Completed in 1362 milliseconds