OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMediaFormatHeight
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
MediaCodecTunneledPlayer.java
49
private int
mMediaFormatHeight
;
114
return
mMediaFormatHeight
;
164
mMediaFormatHeight
= getMediaFormatInteger(format, MediaFormat.KEY_HEIGHT);
167
" Width:" + mMediaFormatWidth + ", Height:" +
mMediaFormatHeight
);
MediaCodecClearKeyPlayer.java
73
private int
mMediaFormatHeight
;
186
return
mMediaFormatHeight
;
263
mMediaFormatHeight
= getMediaFormatInteger(format, MediaFormat.KEY_HEIGHT);
266
" Width:" + mMediaFormatWidth + ", Height:" +
mMediaFormatHeight
);
Completed in 250 milliseconds