Searched refs:bufSize (Results 1 - 10 of 10) sorted by relevance
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/ |
H A D | file.c | 65 * @param bufSize Indicates the size of the buffer. 72 static size_t GetCanonicalPath(const char *cwd, const char *path, char *buf, size_t bufSize) in GetCanonicalPath() argument 131 if (!buf || bufSize == 0) { in GetCanonicalPath() 136 if (EOK != memcpy_s(buf, bufSize, tmpBuf, (totalLen + 1 > bufSize) ? bufSize : totalLen + 1)) { in GetCanonicalPath() 141 buf[bufSize - 1] = 0; in GetCanonicalPath()
|
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/driver_adapter/test/unittest/src/ |
H A D | utest_v4l2_dev.cpp | 110 unsigned int bufSize; in HWTEST_F() local 120 bufSize = format.fmtdesc.sizeimage; in HWTEST_F() 126 buffptr[i]->buffer_->SetSize(bufSize); in HWTEST_F() 129 addr[i] = (unsigned char*)malloc(bufSize); in HWTEST_F()
|
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/driver_adapter/test/unittest/src/ |
H A D | utest_v4l2_dev.cpp | 110 unsigned int bufSize; in HWTEST_F() local 120 bufSize = format.fmtdesc.sizeimage; in HWTEST_F() 126 buffptr[i]->buffer_->SetSize(bufSize); in HWTEST_F() 129 addr[i] = (unsigned char*)malloc(bufSize); in HWTEST_F()
|
/device/board/hihope/dayu210/audio_drivers/soc/src/ |
H A D | rk3588_dma_ops.c | 257 uint32_t bufSize; in Rk3588PcmPointer() local 270 bufSize = data->renderBufInfo.cirBufSize; in Rk3588PcmPointer() 278 currentPointer = bufSize - dmaState.residue; in Rk3588PcmPointer() 289 bufSize = data->captureBufInfo.cirBufSize; in Rk3588PcmPointer() 297 currentPointer = bufSize - dmaState.residue; in Rk3588PcmPointer()
|
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/pipeline_core/src/node/ |
H A D | rk_codec_node.cpp | 268 void RKCodecNode::SerchIFps(unsigned char* buf, size_t bufSize, std::shared_ptr<IBuffer>& buffer) in SerchIFps() argument 272 size_t size = bufSize; in SerchIFps() 280 for (int i = 0; i < bufSize; i++) { in SerchIFps() 298 if (idx >= bufSize) { in SerchIFps() 303 if (idx >= bufSize) { in SerchIFps()
|
H A D | rk_codec_node.h | 56 void SerchIFps(unsigned char* buf, size_t bufSize, std::shared_ptr<IBuffer>& buffer);
|
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/ |
H A D | rk_codec_node.cpp | 251 static void SerchIFps(unsigned char* buf, size_t bufSize, std::shared_ptr<IBuffer>& buffer) in SerchIFps() argument 255 size_t size = bufSize; in SerchIFps() 263 for (int i = 0; i < bufSize; i++) { in SerchIFps() 281 if (idx >= bufSize) { in SerchIFps() 286 if (idx >= bufSize) { in SerchIFps()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_blackbox_adapter.h | 36 extern int FullWriteFile(const char *filePath, const char *buf, size_t bufSize, int isAppend);
|
/device/board/hihope/rk3568/audio_drivers/soc/src/ |
H A D | rk3568_dma_ops.c | 358 uint32_t bufSize; in Rk3568PcmPointer() local 373 bufSize = data->renderBufInfo.cirBufSize; in Rk3568PcmPointer() 381 currentPointer = bufSize - dmaState.residue; in Rk3568PcmPointer() 392 bufSize = data->captureBufInfo.cirBufSize; in Rk3568PcmPointer() 400 currentPointer = bufSize - dmaState.residue; in Rk3568PcmPointer()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/wifiiot_app/src/ |
H A D | blackbox_adapter_impl.c | 461 int FullWriteFile(const char *filePath, const char *buf, size_t bufSize, int isAppend) in FullWriteFile() argument 464 int totalToWrite = (int) bufSize; in FullWriteFile() 467 if (filePath == NULL || buf == NULL || bufSize == 0) { in FullWriteFile() 468 printf("filePath: %p, buf: %p, bufSize: %lu!\n", filePath, buf, bufSize); in FullWriteFile() 492 return totalWrite == (int)bufSize ? 0 : -1; in FullWriteFile()
|
Completed in 6 milliseconds