HomeSort by relevance Sort by last modified time
    Searched refs:streamState (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
streamout_jit.cpp 171 // @param streamState - state for this stream
174 void buildVertex(const STREAMOUT_STREAM& streamState, Value* pCurVertex, Value* pOutBuffer[4])
176 for (uint32_t d = 0; d < streamState.numDecls; ++d)
178 const STREAMOUT_DECL& decl = streamState.decl[d];
183 void buildStream(const STREAMOUT_COMPILE_STATE& state, const STREAMOUT_STREAM& streamState, Value* pSoCtx, BasicBlock* returnBB, Function* soFunc)
187 for (uint32_t d = 0; d < streamState.numDecls; ++d)
189 const STREAMOUT_DECL& decl = streamState.decl[d];
236 buildVertex(streamState, pStreamData, pOutBuffer);
288 const STREAMOUT_STREAM& streamState = state.stream;
289 buildStream(state, streamState, pSoCtx, returnBB, soFunc)
    [all...]
  /hardware/intel/common/libmix/mix_audio/src/
mixaudio.c 123 MIX_RESULT mix_audio_get_stream_state_default(MixAudio *mix, MixStreamState *streamState);
161 self->streamState = MIX_STREAM_NULL;
487 mix->streamState = MIX_STREAM_STOPPED;
590 else if ((mix->streamState != MIX_STREAM_STOPPED) && (mix->streamState != MIX_STREAM_NULL))
625 // if (mix->streamState == MIX_STREAM_DRAINING)
640 mix->streamState = MIX_STREAM_STOPPED;
673 if (mix->streamState == MIX_STREAM_STOPPED)
675 else if ((mix->streamState == MIX_STREAM_DRAINING) || mix->streamState == MIX_STREAM_PAUSED_DRAINING
    [all...]
mixaudio.h 169 MIX_RESULT (*get_stream_state) (MixAudio *mix, MixStreamState *streamState);
178 * @streamState: Current state of the stream
196 MixStreamState streamState;
512 * @streamState: pointer to receive stream state.
517 MIX_RESULT mix_audio_get_stream_state(MixAudio *mix, MixStreamState *streamState);
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.3.Final/
netty-codec-http2-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.6.Final/
netty-codec-http2-4.1.6.Final.jar 

Completed in 1273 milliseconds