Home
last modified time | relevance | path

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

/frameworks/av/services/mediametrics/
Dstatsd_mediaparser.cpp76 int32_t videoWidth = -1; in statsd_mediaparser() local
/frameworks/av/camera/tests/fuzzer/
Dcamera_Parameters_fuzzer.cpp112 int32_t videoWidth, videoHeight; in callCameraParametersAPIs() local
124 int32_t videoWidth, videoHeight; in callCameraParametersAPIs() local
/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.java101 boolean audioDescription, boolean hardOfHearing, boolean spokenSubtitle, int videoWidth, in TvTrackInfo()
649 public Builder setVideoWidth(int videoWidth) { in setVideoWidth()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DCodecTest.java293 public static int videoWidth(String filePath) throws Exception { in videoWidth() method in CodecTest
295 int videoWidth = 0; in videoWidth() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DMediaRecorderStressTest.java178 int videoWidth; in recordVideoAndPlayback() local
/frameworks/base/media/java/android/media/
DCamcorderProfile.java707 int videoWidth, in CamcorderProfile()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
DMediaRecorderTest.java308 int videoWidth = highQuality? videoCap.mMaxFrameWidth: videoCap.mMinFrameWidth; in recordVideoWithPara() local
/frameworks/av/media/codec2/tests/
DC2Param_test.cpp1683 uint32_t videoWidth[] = { 12u, C2NumberStreamTuning::output::PARAM_TYPE, 100 }; in TEST_F() local
2393 uint32_t videoWidth[] = { 12u, C2NumbersStreamTuning::output::PARAM_TYPE, 100 }; in TEST_F() local
2420 uint32_t videoWidth[] = { 16u, C2NumbersPortTuning::input::PARAM_TYPE, 101, 102 }; in TEST_F() local
/frameworks/av/media/libmediaplayerservice/
DStagefrightMetadataRetriever.cpp602 int32_t videoWidth = -1; in parseMetaData() local
/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp298 uint32_t videoWidth, videoHeight; in setDisplayProjection() local
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.h145 int videoWidth, videoHeight, videoFormat; member