Home
last modified time | relevance | path

Searched defs:bufferSize (Results 1 – 25 of 122) sorted by relevance

12345

/foundation/distributeddatamgr/distributeddatamgr/frameworks/innerkitsimpl/distributeddatafwk/src/
Dikvstore_snapshot.cpp81 int bufferSize = reply.ReadInt32(); in GetEntries() local
158 int bufferSize = reply.ReadInt32(); in GetKeys() local
224 int bufferSize = reply.ReadInt32(); in Get() local
252 int bufferSize = 0; in GetTotalEntriesSize() local
259 std::vector<Entry> entryList, int bufferSize, Key nxtKey) in WriteEntriesParcelable()
278 int bufferSize = 0; in GetTotalkeysSize() local
285 std::vector<Key> keyList, int bufferSize, Key nxtKey) in WritekeysParcelable()
332 int bufferSize = GetTotalEntriesSize(entryList); in GetEntriesOnRemote() local
411 int bufferSize = GetTotalkeysSize(keyList); in GetKeysRemote() local
475 int bufferSize = value.RawSize(); in GetRemote() local
Dikvstore_observer.cpp37 int64_t bufferSize = 0; in GetBufferSize() local
44 bool WriteEntryToParcelByBuf(MessageParcel &data, const int64_t &bufferSize, const std::vector<Entr… in WriteEntryToParcelByBuf()
67 bool WriteListToParcelByBuf(MessageParcel &data, const int64_t &bufferSize, const std::vector<Entry… in WriteListToParcelByBuf()
132 bool ReadFromBuff(MessageParcel &data, const int &len, const int &bufferSize, std::vector<Entry> &e… in ReadFromBuff()
160 int bufferSize = data.ReadInt32(); in ReadListFromBuf() local
/foundation/multimedia/image_standard/frameworks/innerkitsimpl/test/unittest/
Dimage_pixel_map_test.cpp52 uint32_t bufferSize = rowDataSize * pixelMapHeight; in ConstructPixmap() local
82 int32_t bufferSize = pixelMap->GetByteCount(); in ConstructBigPixmap() local
119 uint32_t bufferSize = rowDataSize * PIXEL_MAP_TEST_HEIGHT; variable
181 uint32_t bufferSize = rowDataSize * PIXEL_MAP_TEST_HEIGHT; variable
245 uint32_t bufferSize = rowDataSize * PIXEL_MAP_TEST_HEIGHT; variable
297 uint32_t bufferSize = rowDataSize * PIXEL_MAP_TEST_HEIGHT; variable
424 uint32_t bufferSize = rowDataSize * PIXEL_MAP_TEST_HEIGHT; variable
Dimage_source_util.cpp73 int64_t bufferSize = BUFFER_SIZE; in PackImage() local
87 bool ReadFileToBuffer(const std::string &filePath, uint8_t *buffer, size_t bufferSize) in ReadFileToBuffer()
Dimage_source_webp_test.cpp181 size_t bufferSize = 0; variable
266 size_t bufferSize = 0; variable
368 size_t bufferSize = 0; variable
438 size_t bufferSize = 0; variable
/foundation/multimedia/image_standard/plugins/common/libs/image/libbmpplugin/src/
Dbmp_stream.cpp39 uint32_t bufferSize = desireSize; in read() local
59 uint32_t bufferSize = desireSize; in peek() local
/foundation/ace/napi/native_engine/impl/quickjs/native_value/
Dquickjs_native_array_buffer.cpp75 size_t bufferSize = 0; in GetBuffer() local
83 size_t bufferSize = 0; in GetLength() local
91 size_t bufferSize = 0; in IsDetachedArrayBuffer() local
Dquickjs_native_buffer.cpp87 size_t bufferSize = 0; in GetBuffer() local
95 size_t bufferSize = 0; in GetLength() local
/foundation/multimedia/image_standard/frameworks/innerkitsimpl/stream/src/
Distream_source_stream.cpp83 bool IstreamSourceStream::Read(uint32_t desiredSize, uint8_t *outBuffer, uint32_t bufferSize, uint3… in Read()
98 bool IstreamSourceStream::Peek(uint32_t desiredSize, uint8_t *outBuffer, uint32_t bufferSize, uint3… in Peek()
131 bool IstreamSourceStream::GetData(uint32_t desiredSize, uint8_t *outBuffer, uint32_t bufferSize, ui… in GetData()
Dfile_source_stream.cpp116 bool FileSourceStream::Read(uint32_t desiredSize, uint8_t *outBuffer, uint32_t bufferSize, uint32_t… in Read()
132 bool FileSourceStream::Peek(uint32_t desiredSize, uint8_t *outBuffer, uint32_t bufferSize, uint32_t… in Peek()
173 bool FileSourceStream::GetData(uint32_t desiredSize, uint8_t *outBuffer, uint32_t bufferSize, uint3… in GetData()
Dincremental_source_stream.cpp76 bool IncrementalSourceStream::Read(uint32_t desiredSize, uint8_t *outBuffer, uint32_t bufferSize, u… in Read()
86 bool IncrementalSourceStream::Peek(uint32_t desiredSize, uint8_t *outBuffer, uint32_t bufferSize, u… in Peek()
Dbuffer_source_stream.cpp97 bool BufferSourceStream::Read(uint32_t desiredSize, uint8_t *outBuffer, uint32_t bufferSize, uint32… in Read()
107 bool BufferSourceStream::Peek(uint32_t desiredSize, uint8_t *outBuffer, uint32_t bufferSize, uint32… in Peek()
/foundation/multimedia/media_standard/services/engine/gstreamer/plugins/source/videocapture/src/
Dvideo_capture_sf_es_avc_impl.cpp86 uint32_t bufferSize = static_cast<uint32_t>(dataSize_); in DoGetCodecBuffer() local
127 uint32_t bufferSize = static_cast<uint32_t>(dataSize_); in DoGetFrameBuffer() local
178 uint32_t bufferSize = static_cast<uint32_t>(dataSize_) - codecDataSize_; in GetIDRFrame() local
Dvideo_capture_sf_yuv_impl.cpp44 uint32_t bufferSize = static_cast<uint32_t>(dataSize_); // yuv size after encode in DoGetFrameBuffer() local
/foundation/multimedia/image_standard/plugins/common/libs/image/libjpegplugin/include/
Djpeg_utils.h54 uint16_t bufferSize = JPEG_BUFFER_SIZE; member
63 uint16_t bufferSize = JPEG_BUFFER_SIZE; member
/foundation/multimedia/histreamer/engine/plugin/plugins/ffmpeg_adapter/utils/
Dbit_reader.h35 BitReader(const T* buffer, size_t bufferSize) : BitReader(buffer, buffer + bufferSize) in BitReader()
85 void Reset(const T* buffer, size_t bufferSize) in Reset()
/foundation/multimedia/image_standard/frameworks/innerkitsimpl/common/src/
Dpixel_map_parcel.cpp76 int32_t bufferSize = data.ReadInt32(); in CreateFromParcel() local
142 int32_t bufferSize = pixelMap->GetByteCount(); in WriteToParcel() local
Dpixel_map.cpp144 uint32_t bufferSize = dstPixelMap->GetByteCount(); in Create() local
216 uint32_t bufferSize = dstPixelMap->GetByteCount(); in Create() local
245 uint32_t bufferSize = dstPixelMap.GetByteCount(); in UpdatePixelsAlpha() local
319 uint32_t bufferSize = dstPixelMap.GetByteCount(); in SourceCropAndConvert() local
383 uint32_t bufferSize = source.GetByteCount(); in CopyPixelMap() local
746 uint32_t PixelMap::ReadPixels(const uint64_t &bufferSize, uint8_t *dst) in ReadPixels()
769 bool PixelMap::CheckPixelsInput(const uint8_t *dst, const uint64_t &bufferSize, const uint32_t &off… in CheckPixelsInput()
827 uint32_t PixelMap::ReadPixels(const uint64_t &bufferSize, const uint32_t &offset, const uint32_t &s… in ReadPixels()
953 uint32_t PixelMap::WritePixels(const uint8_t *source, const uint64_t &bufferSize, const uint32_t &o… in WritePixels()
988 uint32_t PixelMap::WritePixels(const uint8_t *source, const uint64_t &bufferSize) in WritePixels()
[all …]
/foundation/multimodalinput/input/frameworks/util/network/src/
Dcircle_stream_buffer.cpp35 int32_t bufferSize = static_cast<int32_t>(size); in CheckWrite() local
/foundation/multimedia/image_standard/frameworks/innerkitsimpl/converter/src/
Dpost_proc.cpp164 int32_t bufferSize = pixelMap.GetByteCount(); in CenterDisplay() local
202 …uint64_t bufferSize = static_cast<uint64_t>(dstImageInfo.size.width) * dstImageInfo.size.height * … in CheckScanlineFilter() local
289 uint64_t bufferSize = 0; in PixelConvertProc() local
313 uint32_t PostProc::AllocBuffer(ImageInfo imageInfo, uint8_t **resultData, uint64_t &bufferSize, int… in AllocBuffer()
341 bool PostProc::AllocHeapBuffer(uint64_t bufferSize, uint8_t **buffer) in AllocHeapBuffer()
367 uint8_t *PostProc::AllocSharedMemory(const Size &size, const uint64_t bufferSize, int &fd) in AllocSharedMemory()
/foundation/multimedia/histreamer/engine/utils/
Dring_buffer.h32 explicit RingBuffer(size_t bufferSize) : bufferSize_(bufferSize) in RingBuffer()
/foundation/multimedia/image_standard/plugins/manager/include/image/
Dinput_data_stream.h36 uint32_t bufferSize = 0; member
/foundation/multimedia/audio_standard/frameworks/native/audiocapturer/include/
Daudio_capturer_source_intf.h29 uint32_t bufferSize; member
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/avrcp_tg/
Davrcp_tg_vendor.cpp394 size_t bufferSize = AVRC_TG_VENDOR_PACKET_TYPE_SIZE + AVRC_TG_VENDOR_PARAMETER_LENGTH_SIZE + in AssembleCompanies() local
436 size_t bufferSize = (AVRC_TG_VENDOR_PACKET_TYPE_SIZE + AVRC_TG_VENDOR_PARAMETER_LENGTH_SIZE + in AssembleEvents() local
515 size_t bufferSize = AVRC_TG_VENDOR_PACKET_TYPE_SIZE + AVRC_TG_VENDOR_PARAMETER_LENGTH_SIZE + in AssembleParameters() local
623 size_t bufferSize = AVRC_TG_VENDOR_PACKET_TYPE_SIZE + AVRC_TG_VENDOR_PARAMETER_LENGTH_SIZE + in AssembleParameters() local
787 size_t bufferSize = AVRC_TG_VENDOR_PACKET_TYPE_SIZE + AVRC_TG_VENDOR_PARAMETER_LENGTH_SIZE + in AssembleParameters() local
965 size_t bufferSize = AVRC_TG_VENDOR_PACKET_TYPE_SIZE + AVRC_TG_VENDOR_PARAMETER_LENGTH_SIZE; in AssembleParameters() local
1139 size_t bufferSize = parameterLength_ + AVRC_TG_GPASAT_PARAMETER_LENGTH_SIZE; in AssembleParameters() local
1318 size_t bufferSize = parameterLength_ + AVRC_TG_GPASVT_PARAMETER_LENGTH_SIZE; in AssembleParameters() local
1513 size_t bufferSize = parameterLength_ + AVRC_TG_GEA_PARAMETER_LENGTH_SIZE; in AssembleParameters() local
1962 size_t bufferSize = in AssembleParameters() local
[all …]
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/avrcp_ct/
Davrcp_ct_vendor.cpp373 size_t bufferSize = AVRC_CT_VENDOR_PARAMETER_LENGTH_SIZE + AVRC_CT_LPASV_PARAMETER_LENGTH; in AssembleParameters() local
495 size_t bufferSize = in AssembleParameters() local
630 … size_t bufferSize = AVRC_CT_VENDOR_PARAMETER_LENGTH_SIZE + AVRC_CT_SPASV_NUM_OF_ATTRIBUTES_SIZE + in AssembleParameters() local
746 …size_t bufferSize = AVRC_CT_VENDOR_PARAMETER_LENGTH_SIZE + AVRC_CT_GPASAT_ATTRIBUTE_NUM_LENGTH + a… in AssembleParameters() local
866 …size_t bufferSize = AVRC_CT_VENDOR_PARAMETER_LENGTH_SIZE + AVRC_CT_GPASVT_PARAMETER_LENGTH_SIZE + … in AssembleParameters() local
1042 size_t bufferSize = AVRC_CT_VENDOR_PARAMETER_LENGTH_SIZE + AVRC_CT_GEA_IDENTIFIER_SIZE + in AssembleParameters() local
1153 size_t bufferSize = AVRC_CT_VENDOR_PARAMETER_LENGTH_SIZE + AVRC_CT_GPS_PARAMETER_LENGTH; in AssembleParameters() local
1485 size_t bufferSize = AVRC_CT_VENDOR_PARAMETER_LENGTH_SIZE + AVRC_CT_PI_PARAMETER_LENGTH; in AssembleParameters() local
1658 size_t bufferSize = AVRC_CT_VENDOR_PARAMETER_LENGTH_SIZE + AVRC_CT_SAV_PARAMETER_LENGTH; in AssembleParameters() local

12345