Home
last modified time | relevance | path

Searched refs:reserve (Results 1 - 25 of 313) sorted by relevance

12345678910>>...13

/foundation/graphic/graphic_surface/buffer_handle/src/
H A Dbuffer_handle.cpp54 handle->reserve[i] = -1; in AllocateBufferHandle()
76 if (handle->reserve[i] >= 0) { in FreeBufferHandle()
77 close(handle->reserve[i]); in FreeBufferHandle()
78 handle->reserve[i] = -1; in FreeBufferHandle()
106 if (!parcel.WriteFileDescriptor(handle.reserve[i])) { in WriteBufferHandle()
112 if (!parcel.WriteInt32(handle.reserve[handle.reserveFds + j])) { in WriteBufferHandle()
113 UTILS_LOGE("%{public}s parcel.WriteInt32 reserve failed", __func__); in WriteBufferHandle()
159 handle->reserve[i] = parcel.ReadFileDescriptor(); in ReadBufferHandle()
160 if (handle->reserve[i] == -1) { in ReadBufferHandle()
161 UTILS_LOGE("%{public}s ReadFileDescriptor reserve faile in ReadBufferHandle()
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/src/utils/
H A Dcamera_buffer_handle_utils.cpp43 handle->reserve[i] = -1; in CameraAllocateBufferHandle()
65 if (handle->reserve[i] >= 0) { in CameraFreeBufferHandle()
66 close(handle->reserve[i]); in CameraFreeBufferHandle()
67 handle->reserve[i] = -1; in CameraFreeBufferHandle()
111 if (memcpy_s(&newHandle->reserve[newHandle->reserveFds], sizeof(int32_t) * newHandle->reserveInts, in CameraCloneBufferHandle()
112 &handle->reserve[handle->reserveFds], sizeof(int32_t) * handle->reserveInts) != EOK) { in CameraCloneBufferHandle()
/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_tunnel_handle.cpp42 handle->reserve[i] = -1; in AllocExtDataHandle()
87 tunnelHandle_->reserve[index] = handle->reserve[index]; in SetHandle()
114 diffHandle = diffHandle || tunnelHandle_->reserve[index] != handle->GetHandle()->reserve[index]; in Different()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dmesh_arrays.h51 MeshGeometryArrayPtr<IndexType> CreateMeshContainer(size_t reserve) in CreateMeshContainer() argument
54 ret->reserve(reserve); in CreateMeshContainer()
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_default_acceleration_structure_staging.cpp70 geoms.reserve(startIndex + count); in BuildAccelerationStructure()
95 geoms.reserve(startIndex + count); in BuildAccelerationStructure()
120 geoms.reserve(startIndex + count); in BuildAccelerationStructure()
145 ins.reserve(startIndex + count); in CopyAccelerationStructureInstanceData()
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/core/
H A Dfilter_base.cpp27 inPorts_.reserve(1); in FilterBase()
28 outPorts_.reserve(1); in FilterBase()
29 routeMap_.reserve(1); in FilterBase()
91 nextFilters.reserve(outPorts_.size()); in GetNextFilters()
110 preFilters.reserve(inPorts_.size()); in GetPreFilters()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/
H A Dvalue_proxy.cpp51 proxy.value_.reserve(values.size()); in Convert()
61 proxy.value_.reserve(values.size()); in Convert()
71 proxy.value_.reserve(values.size()); in Convert()
81 proxy.value_.reserve(values.size()); in Convert()
127 proxy.value_.reserve(buckets.size()); in Convert()
137 proxy.value_.reserve(buckets.size()); in Convert()
147 proxy.value_.reserve(buckets.size()); in Convert()
157 proxy.value_.reserve(buckets.size()); in Convert()
358 assets_.reserve(assets.size()); in Assets()
367 assets_.reserve(asset in Assets()
[all...]
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_valuebucket_convert.cpp24 res.reserve(length); in Convert()
41 res.reserve(length); in Convert()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dres.h47 FILLP_UINT8 reserve; member
77 FILLP_UINT8 reserve; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_packet.cpp20 Packet::Packet(PacketType type, uint32_t reserve) in Packet() argument
22 data_.reserve(reserve); in Packet()
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_predicates_objects.cpp32 self->values_.reserve(count); in PutInt64()
46 self->values_.reserve(count); in PutDouble()
73 self->values_.reserve(count); in PutTexts()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/dev/
H A Dfile_monitor.cpp52 path.reserve(oldLength + entry.name.length() + 1); in RecursivelyCollectAllFiles()
83 path.reserve(inPath.size() + 1); in CleanPath()
107 pathTmp_.reserve(path.capacity()); in AddPath()
199 filesRes.reserve(files_.size()); in GetMonitoredFiles()
/foundation/multimedia/media_foundation/engine/plugin/convert/
H A Dffmpeg_convert.cpp30 resampleCache_.reserve(destFrameSize); in Init()
31 resampleChannelAddr_.reserve(resamplePara_.channels); in Init()
64 resampleCache_.reserve(destLength); in Convert()
76 resampleCache_.reserve(destLength); in Convert()
/foundation/multimodalinput/input/frameworks/napi/short_key/src/
H A Djs_short_key_manager.cpp85 asyncContext->reserve >> resultType; in GetResult()
88 asyncContext->reserve >> temp; in GetResult()
92 asyncContext->reserve >> temp; in GetResult()
168 asyncContext->reserve << ReturnType::VOID; in SetKeyDownDuration()
/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_manager.cpp89 asyncContext->reserve >> resultType; in GetResult()
92 asyncContext->reserve >> temp; in GetResult()
96 asyncContext->reserve >> temp; in GetResult()
162 asyncContext->reserve << ReturnType::VOID; in SetPointerVisible()
195 asyncContext->reserve << ReturnType::BOOL << visible; in IsPointerVisible()
228 asyncContext->reserve << ReturnType::VOID; in SetPointerColor()
255 asyncContext->reserve << ReturnType::NUMBER << color; in GetPointerColor()
310 asyncContext->reserve << ReturnType::VOID; in SetPointerSpeed()
341 asyncContext->reserve << ReturnType::NUMBER << pointerSpeed; in GetPointerSpeed()
375 asyncContext->reserve << ReturnTyp in SetMouseScrollRows()
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_util.cpp112 vertices.reserve(countof(CUBE_INDICES)); in GenerateCubeGeometry()
113 normals.reserve(countof(CUBE_INDICES)); in GenerateCubeGeometry()
114 uvs.reserve(countof(CUBE_INDICES)); in GenerateCubeGeometry()
115 indices.reserve(countof(CUBE_INDICES)); in GenerateCubeGeometry()
155 vertices.reserve(maxVertexCount); in GenerateSphereGeometry()
156 normals.reserve(maxVertexCount); in GenerateSphereGeometry()
157 uvs.reserve(maxVertexCount); in GenerateSphereGeometry()
158 indices.reserve(maxIndexCount); in GenerateSphereGeometry()
247 vertices.reserve(maxVertexCount); in GenerateConeGeometry()
248 normals.reserve(maxVertexCoun in GenerateConeGeometry()
[all...]
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dcommon_types.h33 int32_t reserve[0]; member
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dcamera_server_photo_proxy.cpp70 if (handle->reserve[i] >= 0) { in CameraFreeBufferHandle()
71 close(handle->reserve[i]); in CameraFreeBufferHandle()
72 handle->reserve[i] = -1; in CameraFreeBufferHandle()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcamera_photo_proxy.cpp103 if (bufferHandle_->reserve[i] >= 0) { in CameraFreeBufferHandle()
104 close(bufferHandle_->reserve[i]); in CameraFreeBufferHandle()
105 bufferHandle_->reserve[i] = -1; in CameraFreeBufferHandle()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Djson_util.h181 json.array_.reserve(2); in ToJson()
190 json.array_.reserve(2); in ToJson()
200 json.array_.reserve(3); in ToJson()
210 json.array_.reserve(3); in ToJson()
221 json.array_.reserve(4); in ToJson()
232 json.array_.reserve(4); in ToJson()
244 json.array_.reserve(4); in ToJson()
/foundation/graphic/graphic_surface/interfaces/inner_api/buffer_handle/
H A Dbuffer_handle.h37 int32_t reserve[0]; /**< the data */ member
/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_handle.h37 int32_t reserve[0]; /**< the data */ member
/foundation/graphic/graphic_surface/interfaces/inner_api/utils/
H A Dbuffer_handle.h37 int32_t reserve[0]; /**< the data */ member
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/shader_effect_napi/
H A Djs_shader_effect.cpp128 colors.reserve(size); in CreateLinearGradient()
156 pos.reserve(size); in CreateLinearGradient()
209 colors.reserve(size); in CreateRadialGradient()
238 pos.reserve(size); in CreateRadialGradient()
289 colors.reserve(size); in CreateSweepGradient()
321 pos.reserve(size); in CreateSweepGradient()
384 colors.reserve(size); in CreateConicalGradient()
412 pos.reserve(size); in CreateConicalGradient()
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpinc.h774 FILLP_UINT8 reserve; member
796 FILLP_UINT32 reserve; member
862 FILLP_UINT32 reserve; member
875 FILLP_UINT32 reserve; member
901 FILLP_UINT32 reserve; member
987 FILLP_UINT16 reserve; /* reserve */ member
1029 * @param[in] para This is a reserve parameter for future extension. User can pass it as FILLP_NULL_PTR.

Completed in 19 milliseconds

12345678910>>...13