OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:videoWidth
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebCore/html/
HTMLVideoElement.cpp
140
unsigned HTMLVideoElement::
videoWidth
() const
/frameworks/media/libvideoeditor/lvpp/
VideoEditorTools.h
55
M4OSA_UInt32
videoWidth
;
/frameworks/base/media/libstagefright/
StagefrightMetadataRetriever.cpp
451
int32_t
videoWidth
= -1;
479
CHECK(trackMeta->findInt32(kKeyWidth, &
videoWidth
));
508
sprintf(tmp, "%d",
videoWidth
);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java
110
int
videoWidth
= highQuality? videoCap.mMaxFrameWidth: videoCap.mMinFrameWidth;
129
Log.v(TAG, "
videoWidth
: " +
videoWidth
);
143
mMediaRecorder.setVideoSize(
videoWidth
, videoHeight);
156
recordSuccess = validateVideo(filename,
videoWidth
, videoHeight);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CodecTest.java
294
public static int
videoWidth
(String filePath) throws Exception {
295
Log.v(TAG, "
videoWidth
- " + filePath);
296
int
videoWidth
= 0;
320
videoWidth
= mMediaPlayer.getVideoWidth();
325
return
videoWidth
;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
VideoEditorStressTest.java
673
final int
videoWidth
= 1080;
707
videoWidth
, mediaItem1.getWidth());
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp
126
int
videoWidth
= 0;
128
m_parent->m_movie->getNaturalSize(
videoWidth
, videoHeight);
129
FloatRect videoBounds(0, 0,
videoWidth
* ratio.width(), videoHeight * ratio.height());
[
all
...]
Completed in 1090 milliseconds