Home
last modified time | relevance | path

Searched defs:streamIndex (Results 1 – 25 of 95) sorted by relevance

1234

/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
H A DOboeAudioStream.java27 int streamIndex = INVALID_STREAM_INDEX; field in OboeAudioStream
132 public native void close(int streamIndex); in close()
138 private native int getBufferCapacityInFrames(int streamIndex); in getBufferCapacityInFrames()
144 private native int getBufferSizeInFrames(int streamIndex); in getBufferSizeInFrames()
150 private native int setBufferSizeInFrames(int streamIndex, int thresholdFrames); in setBufferSizeInFrames()
156 private native void setPerformanceHintEnabled(int streamIndex, boolean checked); in setPerformanceHintEnabled()
162 private native void setHearWorkload(int streamIndex, boolean checked); in setHearWorkload()
167 private native int getNativeApi(int streamIndex); in getNativeApi()
173 private native int getFramesPerBurst(int streamIndex); in getFramesPerBurst()
178 private native int getSharingMode(int streamIndex); in getSharingMode()
[all …]
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/cpp/
H A Djni-bridge.cpp211 Java_com_mobileer_oboetester_OboeAudioStream_close(JNIEnv *env, jobject, jint streamIndex) { in Java_com_mobileer_oboetester_OboeAudioStream_close()
222 JNIEnv *env, jobject, jint streamIndex, jint threshold) { in Java_com_mobileer_oboetester_OboeAudioStream_setBufferSizeInFrames()
235 JNIEnv *env, jobject, jint streamIndex) { in Java_com_mobileer_oboetester_OboeAudioStream_getBufferSizeInFrames()
246 JNIEnv *env, jobject, jint streamIndex, jboolean enabled) { in Java_com_mobileer_oboetester_OboeAudioStream_setPerformanceHintEnabled()
255 JNIEnv *env, jobject, jint streamIndex) { in Java_com_mobileer_oboetester_OboeAudioStream_getBufferCapacityInFrames()
279 JNIEnv *env, jobject, jint streamIndex) { in Java_com_mobileer_oboetester_OboeAudioStream_getNativeApi()
292 JNIEnv *env, jobject, jint streamIndex) { in Java_com_mobileer_oboetester_OboeAudioStream_getSampleRate()
303 JNIEnv *env, jobject, jint streamIndex) { in Java_com_mobileer_oboetester_OboeAudioStream_getSharingMode()
314 JNIEnv *env, jobject, jint streamIndex) { in Java_com_mobileer_oboetester_OboeAudioStream_getPerformanceMode()
325 JNIEnv *env, jobject, jint streamIndex) { in Java_com_mobileer_oboetester_OboeAudioStream_getInputPreset()
[all …]
H A DNativeAudioContext.cpp93 void ActivityContext::freeStreamIndex(int32_t streamIndex) { in freeStreamIndex()
112 void ActivityContext::close(int32_t streamIndex) { in close()
122 bool ActivityContext::isMMapUsed(int32_t streamIndex) { in isMMapUsed()
186 int32_t streamIndex = allocateStreamIndex(); in open() local
347 double ActivityContext::getTimestampLatency(int32_t streamIndex) { in getTimestampLatency()
357 void ActivityTestOutput::close(int32_t streamIndex) { in close()
766 void ActivityTestDisconnect::close(int32_t streamIndex) { in close()
/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DBcj2Coder.cpp76 Z7_COM7F_IMF(CEncoder::SetOutBufSize(UInt32 streamIndex, UInt32 size)) in Z7_COM7F_IMF()
432 Z7_COM7F_IMF(CDecoder::SetInBufSize(UInt32 streamIndex, UInt32 size)) in Z7_COM7F_IMF()
678 Z7_COM7F_IMF(CDecoder::GetInStreamProcessedSize2(UInt32 streamIndex, UInt64 *value)) in Z7_COM7F_IMF()
687 Z7_COM7F_IMF(CDecoder::SetInStream2(UInt32 streamIndex, ISequentialInStream *inStream)) in Z7_COM7F_IMF()
693 Z7_COM7F_IMF(CDecoder::ReleaseInStream2(UInt32 streamIndex)) in Z7_COM7F_IMF()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/source/ads/
H A DServerSideAdInsertionMediaSource.java850 int streamIndex, in readData()
878 public int skipData(MediaPeriodImpl mediaPeriod, int streamIndex, long positionUs) { in skipData()
884 public boolean isReady(int streamIndex) { in isReady()
888 public void maybeThrowError(int streamIndex) throws IOException { in maybeThrowError()
894 int streamIndex = findMatchingStreamIndex(mediaLoadData); in onDownstreamFormatChanged() local
976 private void maybeNotifyDownstreamFormatChanged(MediaPeriodImpl mediaPeriod, int streamIndex) { in maybeNotifyDownstreamFormatChanged()
1174 private final int streamIndex; field in ServerSideAdInsertionMediaSource.SampleStreamImpl
1176 public SampleStreamImpl(MediaPeriodImpl mediaPeriod, int streamIndex) { in SampleStreamImpl()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/source/ads/
H A DServerSideAdInsertionMediaSource.java854 int streamIndex, in readData()
882 public int skipData(MediaPeriodImpl mediaPeriod, int streamIndex, long positionUs) { in skipData()
888 public boolean isReady(int streamIndex) { in isReady()
892 public void maybeThrowError(int streamIndex) throws IOException { in maybeThrowError()
898 int streamIndex = findMatchingStreamIndex(mediaLoadData); in onDownstreamFormatChanged() local
980 private void maybeNotifyDownstreamFormatChanged(MediaPeriodImpl mediaPeriod, int streamIndex) { in maybeNotifyDownstreamFormatChanged()
1190 private final int streamIndex; field in ServerSideAdInsertionMediaSource.SampleStreamImpl
1192 public SampleStreamImpl(MediaPeriodImpl mediaPeriod, int streamIndex) { in SampleStreamImpl()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/offline/
H A DStreamKey.java43 public final int streamIndex; field in StreamKey
56 public StreamKey(int groupIndex, int streamIndex) { in StreamKey()
68 public StreamKey(int periodIndex, int groupIndex, int streamIndex) { in StreamKey()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/offline/
H A DStreamKey.java43 public final int streamIndex; field in StreamKey
54 public StreamKey(int groupIndex, int streamIndex) { in StreamKey()
66 public StreamKey(int periodIndex, int groupIndex, int streamIndex) { in StreamKey()
/aosp_15_r20/packages/services/Car/cpp/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp292 Status LocalPrebuiltGraph::SetInputStreamData(int streamIndex, int64_t timestamp, in SetInputStreamData()
306 Status LocalPrebuiltGraph::SetInputStreamPixelData(int streamIndex, int64_t timestamp, in SetInputStreamPixelData()
367 void LocalPrebuiltGraph::OutputStreamCallbackFunction(void* cookie, int streamIndex, in OutputStreamCallbackFunction()
379 void LocalPrebuiltGraph::OutputPixelStreamCallbackFunction(void* cookie, int streamIndex, in OutputPixelStreamCallbackFunction()
/aosp_15_r20/frameworks/wilhelm/src/itf/
H A DIStreamInformation.cpp52 XAuint32 streamIndex, /* [in] */ in IStreamInformation_QueryStreamType()
94 XAuint32 streamIndex, /* [in] */ in IStreamInformation_QueryStreamInformation()
162 XAuint32 streamIndex, /* [in] */ in IStreamInformation_QueryStreamName()
/aosp_15_r20/packages/services/Car/cpp/computepipe/tests/fuzz/
DLocalPrebuildGraphFuzzer.cpp54 [&numOutputStreamCallbacksReceived](int streamIndex, int64_t, std::string&&) { in LLVMFuzzerTestOneInput()
/aosp_15_r20/packages/services/Car/cpp/computepipe/tests/runner/graph/
DLocalPrebuiltGraphTest.cpp105 [&numOutputStreamCallbacksReceived](int streamIndex, int64_t, std::string&&) { in TEST()
/aosp_15_r20/external/lzma/CPP/7zip/Common/
H A DMultiOutStream.cpp314 HRESULT CMultiOutStream::CreateStreams_If_Required(unsigned streamIndex) in CreateStreams_If_Required()
361 HRESULT CMultiOutStream::ReOpenStream(unsigned streamIndex) in ReOpenStream()
/aosp_15_r20/frameworks/wilhelm/tests/sandbox/
H A Dxaplay.c76 XAuint32 streamIndex, void *pEventData, void *pContext) in streamEventChangeCallback()
622 XAuint32 streamIndex; in main() local
/aosp_15_r20/external/aac/libAACdec/src/
H A Daacdecoder.cpp1450 UINT flags, UINT *elFlags, int streamIndex, in CAacDecoder_AcceptFlags()
1551 const int streamIndex = 0; in CAacDecoder_Init() local
2491 const int streamIndex = 0; /* index of the current substream */ in CAacDecoder_DecodeFrame() local
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Wim/
H A DWimIn.cpp1178 const unsigned streamIndex = sorted[mid]; in FindId() local
1196 const unsigned streamIndex = sorted[mid]; in FindHash() local
1500 const int streamIndex = Items[i].StreamIndex; in FillAndCheck() local
H A DWimHandler.cpp1041 int streamIndex = _db.Items[_db.SortedItems[index]].StreamIndex; in Z7_COM7F_IMF() local
1107 const int streamIndex = item.StreamIndex; in Z7_COM7F_IMF() local
/aosp_15_r20/frameworks/av/services/oboeservice/
H A DAAudioMixer.cpp49 int streamIndex, const std::shared_ptr<FifoBuffer>& fifo, bool allowUnderflow) { in mix()
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2.cpp265 bool CMixer::Is_PackSize_Correct_for_Stream(UInt32 streamIndex) in Is_PackSize_Correct_for_Stream()
595 HRESULT CMixerST::FinishStream(UInt32 streamIndex) in FinishStream()
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_media_AudioVolumeGroups.cpp82 for (size_t streamIndex = 0; streamIndex < group.getStreamTypes().size(); streamIndex++) { in convertAudioVolumeGroupsFromNative() local
/aosp_15_r20/external/oboe/samples/RhythmGame/src/main/cpp/audio/
H A DFFMpegExtractor.cpp109 int streamIndex = av_find_best_stream(avFormatContext, AVMEDIA_TYPE_AUDIO, -1, -1, nullptr, 0); in getBestAudioStream() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DSwapChain9.cpp316 for (UINT streamIndex = 0; streamIndex < gl::MAX_VERTEX_ATTRIBS; streamIndex++) in swapRect() local
/aosp_15_r20/cts/tests/tests/mediastress/jni/
H A Dnative-media-jni.cpp200 XAuint32 streamIndex, in StreamChangeCallback()
/aosp_15_r20/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c227 XAuint32 streamIndex, in StreamChangeCallback()
/aosp_15_r20/frameworks/av/media/libstagefright/webm/
H A DWebmWriter.cpp482 size_t streamIndex; in addSource() local

1234