HomeSort by relevance Sort by last modified time
    Searched refs:onOutputFormatChanged (Results 1 - 13 of 13) sorted by null

  /frameworks/av/cmds/stagefright/
SimplePlayer.h 101 status_t onOutputFormatChanged(size_t trackIndex, CodecState *state);
SimplePlayer.cpp 453 err = onOutputFormatChanged(mStateByTrackIndex.keyAt(i), state);
568 status_t SimplePlayer::onOutputFormatChanged(
  /cts/tests/tests/media/src/android/media/cts/
CodecState.java 85 Log.d(TAG, "CodecState::onOutputFormatChanged " + mime);
178 onOutputFormatChanged();
269 private void onOutputFormatChanged() {
272 Log.d(TAG, "CodecState::onOutputFormatChanged " + mime);
281 Log.d(TAG, "CodecState::onOutputFormatChanged Audio" +
299 Log.d(TAG, "CodecState::onOutputFormatChanged Video" +
ResourceManagerTestActivityBase.java 61 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) {
62 Log.d(TAG, "onOutputFormatChanged " + codec.toString());
VideoEncoderTest.java 124 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) {
519 public void onOutputFormatChanged(MediaCodec mediaCodec, MediaFormat mediaFormat) {
752 public void onOutputFormatChanged(MediaCodec mediaCodec, MediaFormat mediaFormat) {
    [all...]
MediaSyncTest.java 740 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) {
MediaCodecTest.java 585 public void onOutputFormatChanged(MediaCodec codec, MediaFormat format) {
586 Log.v(TAG, codec + " onOutputFormatChanged " + format);
    [all...]
Vp8CodecTestBase.java     [all...]
  /frameworks/av/include/media/stagefright/
MediaCodec.h 377 void onOutputFormatChanged();
  /frameworks/base/media/java/android/media/
MediaCodec.java 394 void onOutputFormatChanged(MediaCodec mc, MediaFormat format) {
628 onOutputFormatChanged} callback just after the picture-size change takes place and before any
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodec.cpp     [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 442 milliseconds