Lines Matching refs:ext2
504 void MediaPlayer::notify(int msg, int ext1, int ext2)
506 LOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2);
524 LOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2);
551 // ext2: Implementation dependant error code.
552 LOGE("error (%d, %d)", ext1, ext2);
565 // ext2: Implementation dependant error code.
566 LOGW("info/warning (%d, %d)", ext1, ext2);
584 LOGV("New video size %d x %d", ext1, ext2);
586 mVideoHeight = ext2;
589 LOGV("unrecognized message: (%d, %d, %d)", msg, ext1, ext2);
600 listener->notify(msg, ext1, ext2);