Home
last modified time | relevance | path

Searched defs:isInput (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dcodec_buffer.cpp28 bool isInput, uint32_t bufferSize, MemoryType bufMemType) in CodecBuffer()
34 void CodecBuffer::Init(bool isInput, uint32_t bufferSize, MemoryType bufMemType) in Init()
H A Dcodec_buffer_pool.cpp36 bool isInput, uint32_t bufferSize) in UseBuffers()
80 Status CodecBufferPool::ConfigBufType(const MemoryType& bufMemType, bool isInput) in ConfigBufType()
H A Dcodec_utils.cpp221 uint32_t GetOmxBufferType(const MemoryType& bufMemType, bool isInput) in GetOmxBufferType()
H A Dhdi_codec_adapter.cpp222 bool isInput = true; in Prepare() local
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiogetdevice_fuzzer/
H A Daudiogetdevice_fuzzer.cpp33 bool isInput = 0; in AudioGetDeviceFuzzTest() local
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_dfx.cpp71 void HCodec::PrintAllBufferInfo(bool isInput, std::chrono::time_point<std::chrono::steady_clock> no… in PrintAllBufferInfo()
119 void HCodec::UpdateOwner(bool isInput) in UpdateOwner()
134 void HCodec::ReduceOwner(bool isInput, BufferOwner owner) in ReduceOwner()
142 void HCodec::PrintStatistic(bool isInput, std::chrono::time_point<std::chrono::steady_clock> now) in PrintStatistic()
H A Dhcodec.h130 bool isInput = true; member
/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/src/
H A Daudio_system_manager_adapter_mock.cpp61 int32_t AudioSystemManagerAdapterImpl::SelectAudioDeviceById(int32_t deviceId, bool isInput) in SelectAudioDeviceById()
H A Daudio_system_manager_adapter_impl.cpp308 int32_t AudioSystemManagerAdapterImpl::SelectAudioDeviceById(int32_t deviceId, bool isInput) in SelectAudioDeviceById()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_audio_system_manager_adapter_wrapper.cpp114 int32_t ArkAudioSystemManagerAdapterWrapper::SelectAudioDeviceById(int32_t deviceId, bool isInput) in SelectAudioDeviceById()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_audio_system_manager_adapter_impl.cpp78 int32_t ArkAudioSystemManagerAdapterImpl::SelectAudioDeviceById(int32_t id, bool isInput) in SelectAudioDeviceById()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_image_gles.cpp188 const bool isInput = (desc_.usageFlags & CORE_IMAGE_USAGE_INPUT_ATTACHMENT_BIT); in GpuImageGLES() local
H A Dnode_context_pool_manager_gles.cpp292 const bool isInput = (desc.usageFlags & CORE_IMAGE_USAGE_INPUT_ATTACHMENT_BIT); in BindToFbo() local
344 const bool isInput = (desc.usageFlags & CORE_IMAGE_USAGE_INPUT_ATTACHMENT_BIT); in BindToFboMultisampled() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec_dfx.cpp37 std::array<uint32_t, ImageCodec::OWNER_CNT> ImageCodec::CountOwner(bool isInput) in CountOwner()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_spatial_channel_converter.cpp223 void LibLoader::SetIOBufferConfig(bool isInput, uint32_t sampleRate, uint8_t format, uint32_t chann… in SetIOBufferConfig()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/ca/
H A Dhks_teec.c504 const struct HksBlob *srcData, struct HksBlob *inOut, bool isInput) in ProcessFinal()
526 bool isInput = IsVerify(cmdId); in ProcessOnce() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h109 bool isInput = true; member