Home
last modified time | relevance | path

Searched defs:pool (Results 26 - 33 of 33) sorted by relevance

12

/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.cpp584 vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; in AllocateAvHardwareBuffers() local
633 vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; in AllocateAvSharedBuffers() local
681 vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; in AllocateAvSurfaceBuffers() local
797 vector<BufferInfo>& pool in FindBufferInfoByID() local
809 const vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; FindBufferIndexByID() local
1119 vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; ReclaimBuffer() local
1134 const vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; IsAllBufferOwnedByUsOrSurface() local
1152 const vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; ClearBufferPool() local
[all...]
H A Dhencoder.cpp1133 vector<BufferInfo> &pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; in EraseBufferFromPool() local
H A Dhdecoder.cpp578 vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; in EraseBufferFromPool() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec.cpp408 vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; in AllocateHardwareBuffers() local
452 vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; in AllocateSurfaceBuffers() local
520 vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; in FindBufferInfoByID() local
532 const vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; in FindBufferIndexByID() local
737 vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; ReclaimBuffer() local
752 const vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; IsAllBufferOwnedByUs() local
780 const vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; ClearBufferPool() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp129 auto pool = TaskExecutor::GetInstance().GetExecutor(); in AfterOpen() local
2110 auto pool = TaskExecutor::GetInstance().GetExecutor(); in DoCloudSync() local
H A Dsqlite_connection.cpp405 auto pool = TaskExecutor::GetInstance().GetExecutor(); in ~SqliteConnection() local
1233 auto pool = TaskExecutor::GetInstance().GetExecutor(); in Backup() local
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp583 static int CheckAddressRange(DhcpAddressPool *pool) in CheckAddressRange() argument
599 void InitBindingRecoders(DhcpAddressPool *pool) in InitBindingRecoders() argument
624 InitLeaseFile(DhcpAddressPool *pool) InitLeaseFile() argument
799 Repending(DhcpAddressPool *pool, AddressBinding *binding) Repending() argument
832 Rebinding(DhcpAddressPool *pool, AddressBinding *binding) Rebinding() argument
896 GetBinding(DhcpAddressPool *pool, PDhcpMsgInfo received) GetBinding() argument
1043 GetYourIpAddress(PDhcpMsgInfo received, uint32_t *yourIpAddr, DhcpAddressPool *pool) GetYourIpAddress() argument
1085 NotBindingRequest(DhcpAddressPool *pool, PDhcpMsgInfo received, PDhcpMsgInfo reply) NotBindingRequest() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_canvas_bridge.cpp437 auto pool = paintChild->GetTaskPool(); in HandleWebglContext() local
[all...]

Completed in 17 milliseconds

12