Searched defs:isOutput (Results 1 - 9 of 9) sorted by relevance
/foundation/multimedia/audio_framework/services/audio_service/common/src/ |
H A D | audio_volume.cpp | 359 void AudioVolume::Monitor(uint32_t sessionId, bool isOutput) in Monitor() argument 427 void MonitorVolume(uint32_t sessionId, bool isOutput) in MonitorVolume() argument
|
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/ |
H A D | native_video_encoder.cpp | 248 GetTransData(struct OH_AVCodec *codec, uint32_t &index, std::shared_ptr<AVSharedMemory> &memory, bool isOutput) GetTransData() argument 279 GetTransData(struct OH_AVCodec *codec, uint32_t index, std::shared_ptr<AVBuffer> &buffer, bool isOutput) GetTransData() argument
|
H A D | native_video_decoder.cpp | 224 GetTransData(struct OH_AVCodec *codec, uint32_t &index, std::shared_ptr<AVSharedMemory> &memory, bool isOutput) GetTransData() argument 255 GetTransData(struct OH_AVCodec *codec, uint32_t index, std::shared_ptr<AVBuffer> &buffer, bool isOutput) GetTransData() argument
|
/foundation/multimedia/av_codec/services/services/codec/ipc/ |
H A D | codec_listener_stub.cpp | 54 explicit CodecBufferCache(bool isOutput) : isOutput_(isOutput) {} in CodecBufferCache() argument
|
/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | audio_manager_proxy.cpp | 1286 void AudioManagerProxy::RestoreSession(const int32_t &sessionID, bool isOutput) in RestoreSession() argument
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/ |
H A D | audio_stream_collector.cpp | 1119 bool isOutput = true; in WriterRenderStreamChangeSysEvent() local 1155 bool isOutput = false; in WriterCaptureStreamChangeSysEvent() local
|
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | audio_manager_stub.cpp | 717 int32_t isOutput = data.ReadBool(); in HandleRestoreSession() local
|
H A D | audio_server.cpp | 2256 void AudioServer::RestoreSession(const int32_t &sessionID, bool isOutput) in RestoreSession() argument
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/ |
H A D | audio_policy_service.cpp | 1331 void AudioPolicyService::RestoreSession(const int32_t &sessionID, bool isOutput) in RestoreSession() argument
|
Completed in 31 milliseconds