Home
last modified time | relevance | path

Searched defs:videoWidth (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DMediaRecorderStressTestRunner.java68 String videoWidth = (String) icicle.get("video_width"); in onCreate() local
/frameworks/base/media/java/android/media/tv/
DTvTrackInfo.java72 int audioChannelCount, int audioSampleRate, int videoWidth, int videoHeight, in TvTrackInfo()
399 public final Builder setVideoWidth(int videoWidth) { in setVideoWidth()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DMediaRecorderStressTest.java177 int videoWidth; in recordVideoAndPlayback() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DCodecTest.java302 public static int videoWidth(String filePath) throws Exception { in videoWidth() method in CodecTest
304 int videoWidth = 0; in videoWidth() local
/frameworks/base/media/java/android/media/
DCamcorderProfile.java545 int videoWidth, in CamcorderProfile()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
DMediaRecorderTest.java313 int videoWidth = highQuality? videoCap.mMaxFrameWidth: videoCap.mMinFrameWidth; in recordVideoWithPara() local
/frameworks/av/media/codec2/tests/
DC2Param_test.cpp1675 uint32_t videoWidth[] = { 12u, C2NumberStreamTuning::output::PARAM_TYPE, 100 }; in TEST_F() local
2374 uint32_t videoWidth[] = { 12u, C2NumbersStreamTuning::output::PARAM_TYPE, 100 }; in TEST_F() local
2401 uint32_t videoWidth[] = { 16u, C2NumbersPortTuning::input::PARAM_TYPE, 101, 102 }; in TEST_F() local
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp290 uint32_t videoWidth, videoHeight; in setDisplayProjection() local
/frameworks/av/media/libstagefright/
DStagefrightMetadataRetriever.cpp528 int32_t videoWidth = -1; in parseMetaData() local
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.h145 int videoWidth, videoHeight, videoFormat; member