Searched refs:readOptions (Results 1 – 3 of 3) sorted by relevance
483 MediaSource::ReadOptions readOptions; in onDecode() local486 readOptions.setSeekTo(mSeekTimeMsec * 1000); in onDecode()501 err = mAudioSource->read(&mDecodeBuffer, &readOptions); in onDecode()
51 if (!Options.readOptions(args)) { in main()
303 public static boolean readOptions(String[] args) { in readOptions() method in Options