OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lowProfile
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libmedia/
MediaProfiles.cpp
737
MediaProfiles::CamcorderProfile **
lowProfile
,
739
*
lowProfile
= createDefaultCamcorderQcifProfile(CAMCORDER_QUALITY_LOW);
755
MediaProfiles::CamcorderProfile *
lowProfile
, *lowSpecificProfile;
756
createDefaultCamcorderLowProfiles(&
lowProfile
, &lowSpecificProfile);
757
profiles->mCamcorderProfiles.add(
lowProfile
);
[
all
...]
/frameworks/base/core/java/android/service/dreams/
DreamService.java
494
* @param
lowProfile
True to set View.SYSTEM_UI_FLAG_LOW_PROFILE
499
public void setLowProfile(boolean
lowProfile
) {
500
if (mLowProfile !=
lowProfile
) {
501
mLowProfile =
lowProfile
;
[
all
...]
/cts/tests/tests/media/src/android/media/cts/
CamcorderProfileTest.java
320
CamcorderProfile
lowProfile
=
328
checkSpecificProfiles(cameraId,
lowProfile
, highProfile,
/frameworks/av/media/libmedia/include/media/
MediaProfiles.h
397
MediaProfiles::CamcorderProfile **
lowProfile
,
Completed in 81 milliseconds