OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMediaFormatWidth
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
MediaCodecTunneledPlayer.java
50
private int
mMediaFormatWidth
;
118
return
mMediaFormatWidth
;
165
mMediaFormatWidth
= getMediaFormatInteger(format, MediaFormat.KEY_WIDTH);
167
" Width:" +
mMediaFormatWidth
+ ", Height:" + mMediaFormatHeight);
MediaCodecClearKeyPlayer.java
74
private int
mMediaFormatWidth
;
190
return
mMediaFormatWidth
;
264
mMediaFormatWidth
= getMediaFormatInteger(format, MediaFormat.KEY_WIDTH);
266
" Width:" +
mMediaFormatWidth
+ ", Height:" + mMediaFormatHeight);
Completed in 53 milliseconds