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

  /external/lzma/CPP/7zip/Archive/Common/
CoderMixer2.h 80 UInt32 streamIndex = 0;
82 streamIndex += Coders[i].NumInStreams;
83 return streamIndex;
88 UInt32 streamIndex = 0;
90 streamIndex += Coders[i].NumOutStreams;
91 return streamIndex;
95 void FindInStream(UInt32 streamIndex, UInt32 &coderIndex,
101 if (streamIndex < curSize)
103 coderStreamIndex = streamIndex;
106 streamIndex -= curSize;
    [all...]
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 75 XAuint32 streamIndex, void *pEventData, void *pContext)
81 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 495 ssize_t streamIndex = mStreams.indexOfKey(stream_id);
496 if (streamIndex < 0) {
501 Stream &stream = mStreams.editValueAt(streamIndex);
514 ssize_t streamIndex = mStreams.indexOfKey(stream_id);
515 if (streamIndex < 0) {
526 switch(mStreams.valueAt(streamIndex).format) {
538 mStreams.removeItemsAt(streamIndex);
593 ssize_t streamIndex = mReprocessStreams.indexOfKey(stream_id);
594 if (streamIndex < 0) {
606 mReprocessStreams.removeItemsAt(streamIndex);
    [all...]

Completed in 53 milliseconds