HomeSort by relevance Sort by last modified time
    Searched defs:streamIndex (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/webm/
WebmWriter.cpp 386 size_t streamIndex;
389 streamIndex = kVideoIndex;
391 streamIndex = kAudioIndex;
399 if (mStreams[streamIndex].mTrackEntry != NULL) {
400 ALOGE("%s track already exists", mStreams[streamIndex].mName);
406 mStreams[streamIndex].mSource = source;
407 mStreams[streamIndex].mTrackEntry = mStreams[streamIndex].mMakeTrack(source->getFormat());
408 if (mStreams[streamIndex].mTrackEntry == NULL) {
409 mStreams[streamIndex].mSource.clear()
    [all...]
  /external/lzma/CPP/7zip/Archive/Common/
CoderMixer2.h 138 bool IsStream_in_PackStreams(UInt32 streamIndex) const
140 return FindStream_in_PackStreams(streamIndex) >= 0;
143 int FindStream_in_PackStreams(UInt32 streamIndex) const
146 if (PackStreams[i] == streamIndex)
156 UInt32 streamIndex = 0;
158 streamIndex += Coders[i].NumStreams;
159 return streamIndex;
181 void GetCoder_for_Stream(UInt32 streamIndex, UInt32 &coderIndex, UInt32 &coderStreamIndex) const
183 coderIndex = Stream_to_Coder[streamIndex];
184 coderStreamIndex = streamIndex - Coder_to_Stream[coderIndex];
    [all...]
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 76 XAuint32 streamIndex, void *pEventData, void *pContext)
82 printf("XA_STREAMCBEVENT_PROPERTYCHANGE on stream index %u, pEventData %p\n", streamIndex,
622 XAuint32 streamIndex;
623 for (streamIndex = 0; streamIndex <= mediaContainerInformation.numStreams; ++streamIndex) {
627 printf("stream[%u]:\n", streamIndex);
628 if (streamIndex == 0) {
630 streamIndex, &domain);
633 streamIndex, &mediaContainerInformation)
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp 499 ssize_t streamIndex = mStreams.indexOfKey(stream_id);
500 if (streamIndex < 0) {
505 Stream &stream = mStreams.editValueAt(streamIndex);
524 ssize_t streamIndex = mStreams.indexOfKey(stream_id);
525 if (streamIndex < 0) {
536 switch(mStreams.valueAt(streamIndex).format) {
548 mStreams.removeItemsAt(streamIndex);
603 ssize_t streamIndex = mReprocessStreams.indexOfKey(stream_id);
604 if (streamIndex < 0) {
616 mReprocessStreams.removeItemsAt(streamIndex);
    [all...]

Completed in 188 milliseconds