Searched defs:writeSampleData (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/media/java/android/media/
H A DMediaMuxer.java61 * muxer.writeSampleData(currentTrackIndex, inputBuffer, bufferInfo);
78 {@link #writeSampleData} api. The timestamp must be in the same time base as video and audio. The
110 muxer.writeSampleData(metadataTrackIndex, metaData, metaInfo);
424 * {@link #writeSampleData}.</p>
535 * {@link #writeSampleData writeSampleData()} call.
589 * in the {@link #writeSampleData}.
647 public void writeSampleData(int trackIndex, @NonNull ByteBuffer byteBuf, method in class:MediaMuxer
/frameworks/av/media/libstagefright/
H A DMediaMuxer.cpp149 status_t MediaMuxer::writeSampleData(const sp<ABuffer> &buffer, size_t trackIndex, function in class:android::MediaMuxer

Completed in 2950 milliseconds