HomeSort by relevance Sort by last modified time
    Searched refs:streamID (Results 1 - 25 of 36) sorted by null

1 2

  /frameworks/base/media/java/android/media/
SoundPool.java 83 * a streamID of zero.</p>
102 * streamID is a reference to a particular instance of a stream. If the stream
105 * the streamID without error. This may help simplify program logic since
291 * returned by the load() function. Returns a non-zero streamID
292 * if successful, zero if it fails. The streamID can be used to
309 * @return non-zero streamID if successful, zero if failed
320 * Pause the stream specified by the streamID. This is the
326 * @param streamID a streamID returned by the play() function
328 public native final void pause(int streamID);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
SoundPoolTest.java 151 int streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate);
152 assertTrue(streamID != 0);
155 mSoundPool.setRate(streamID, rate);
157 mSoundPool.setRate(streamID, 1f);
159 mSoundPool.pause(streamID);
161 mSoundPool.resume(streamID);
163 mSoundPool.stop(streamID);
165 streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate);
166 assertTrue(streamID != 0);
168 mSoundPool.setLoop(streamID, loop)
    [all...]
  /external/aac/libMpegTPEnc/src/
tpenc_latm.h 118 signed int streamID;
tpenc_latm.cpp 201 if( p_linfo->streamID >= 0 ) {
240 if( p_linfo->streamID >= 0 ) {
242 bitDemand+=4; /* streamID */
333 p_linfo->streamID = -1;
376 p_linfo->streamID = streamIDcnt++;
846 hAss->m_linfo[prog][layer].streamID = -1;
851 hAss->m_linfo[0][0].streamID = 0;
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_nsopengl.h 57 int SetStreamSettings(int streamId, float startWidth, float startHeight, float stopWidth, float stopHeight);
58 int SetStreamCropSettings(int streamId, float startWidth, float startHeight, float stopWidth, float stopHeight);
68 virtual int32_t RenderFrame(const uint32_t streamId,
114 VideoChannelNSOpenGL* CreateNSGLChannel(int streamID, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight);
130 int32_t DeleteNSGLChannel(const uint32_t streamID);
131 int32_t GetChannelProperties(const uint16_t streamId,
video_render_agl.h 47 int SetStreamSettings(int streamId, float startWidth, float startHeight,
49 int SetStreamCropSettings(int streamId, float startWidth, float startHeight,
54 virtual int32_t RenderFrame(const uint32_t streamId, VideoFrame& videoFrame);
114 int32_t DeleteAGLChannel(const uint32_t streamID);
115 int32_t GetChannelProperties(const uint16_t streamId, uint32_t& zOrder,
video_render_agl.cc 82 int32_t VideoChannelAGL::RenderFrame(const uint32_t streamId,
333 int VideoChannelAGL::SetStreamSettings(int /*streamId*/, float startWidth, float startHeight, float stopWidth, float stopHeight)
357 int VideoChannelAGL::SetStreamCropSettings(int /*streamId*/, float /*startWidth*/, float /*startHeight*/, float /*stopWidth*/, float /*stopHeight*/)
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
TSPacketizer.cpp 37 unsigned PID, unsigned streamType, unsigned streamID);
41 unsigned streamID() const;
88 unsigned PID, unsigned streamType, unsigned streamID)
92 mStreamID(streamID),
138 unsigned TSPacketizer::Track::streamID() const {
433 unsigned streamID = streamIDStart + numTracksOfThisType;
434 if (streamID > streamIDStop) {
438 sp<Track> track = new Track(format, PID, streamType, streamID);
920 *ptr++ = track->streamID();
  /prebuilts/go/darwin-x86/src/net/http/
h2_bundle.go 407 StreamID uint32
413 return http2StreamError{StreamID: id, Code: code}
418 return fmt.Sprintf("stream error: stream ID %d; %v; %v", e.StreamID, e.Code, e.Cause)
420 return fmt.Sprintf("stream error: stream ID %d; %v", e.StreamID, e.Code)
711 // StreamID is which stream this frame is for. Certain frames
713 StreamID uint32
749 if h.StreamID != 0 {
750 fmt.Fprintf(buf, " stream=%d", h.StreamID)
789 StreamID: binary.BigEndian.Uint32(buf[5:]) & (1<<31 - 1),
873 func (f *http2Framer) startWrite(ftype http2FrameType, flags http2Flags, streamID uint32)
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
h2_bundle.go 407 StreamID uint32
413 return http2StreamError{StreamID: id, Code: code}
418 return fmt.Sprintf("stream error: stream ID %d; %v; %v", e.StreamID, e.Code, e.Cause)
420 return fmt.Sprintf("stream error: stream ID %d; %v", e.StreamID, e.Code)
711 // StreamID is which stream this frame is for. Certain frames
713 StreamID uint32
749 if h.StreamID != 0 {
750 fmt.Fprintf(buf, " stream=%d", h.StreamID)
789 StreamID: binary.BigEndian.Uint32(buf[5:]) & (1<<31 - 1),
873 func (f *http2Framer) startWrite(ftype http2FrameType, flags http2Flags, streamID uint32)
    [all...]
  /hardware/intel/common/libmix/mix_audio/src/
mixaudio.c 159 self->streamID = 0; // TODO: Find out the invalid value for stream ID when integrates with IAM.
454 sst_params.stream_id = mix->streamID;
488 mix->streamID = sst_params.stream_id;
498 g_debug("SET_PARAMS succeeded streamID=%d.", mix->streamID);
1011 gint32 amStreamID = lpe_stream_register(mix->streamID, "music", audioconfigparams->stream_name, codec_mode);
    [all...]
mixaudio.h 202 gint streamID;
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
QCamera3HWI.h 188 cam_stream_ID_t streamID, int blob_request, uint32_t snapshotStreamId);
QCamera3Channel.cpp 409 * DESCRIPTION: Get StreamID of requested stream type
417 uint32_t streamID = 0;
420 streamID = mStreams[i]->getMyServerID();
424 return streamID;
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
QCamera3HWI.h 166 cam_stream_ID_t streamID, int blob_request, uint32_t snapshotStreamId);
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
QCamera3HWI.h 166 cam_stream_ID_t streamID, int blob_request, uint32_t snapshotStreamId);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
frontend.cpp 594 /// @brief Converts a streamId buffer to a cut buffer for the given stream id.
772 uint32_t streamID = 0;
776 streamID = pState->singleStreamID;
777 if (streamID != stream) continue;
787 // multi-stream output, need to translate StreamID buffer to a cut buffer
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
QCamera3HWI.h 311 cam_stream_ID_t streamID, int blob_request, uint32_t snapshotStreamId);
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_types.h     [all...]
  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_types.h     [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
cam_types.h     [all...]

Completed in 1883 milliseconds

1 2