Home
last modified time | relevance | path

Searched refs:bufferNum (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/video_surface_sink/
H A Dsurface_sink_plugin.cpp272 auto bufferNum = Plugin::AnyCast<uint32_t>(value); in SetMaxSurfaceNum() local
273 if (bufferNum < DEFAULT_BUFFER_NUM) { in SetMaxSurfaceNum()
274 maxSurfaceNum_ = bufferNum; in SetMaxSurfaceNum()
/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_type.h353 RangeValue bufferNum; /**< Range number of output buffers. Report when decode the first frame, member
/ohos5.0/foundation/multimedia/media_utils_lite/hals/
H A Dhal_camera.h136 typedef void (*BufferAvailable)(uint32_t streamId, HalBuffer *halBuffer, uint32_t bufferNum);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dcapturer_in_server.cpp64 const size_t bufferNum = ((processConfig_.capturerInfo.sourceType == SOURCE_TYPE_WAKEUP) in ConfigServerBuffer() local
66 totalSizeInFrame_ = spanSizeInFrame_ * bufferNum; in ConfigServerBuffer()