| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/ |
| H A D | filereadstream.h | 44 …adStream(std::FILE* fp, char* buffer, size_t bufferSize) : fp_(fp), buffer_(buffer), bufferSize_(b… in RAPIDJSON_DIAG_OFF() 46 RAPIDJSON_ASSERT(bufferSize >= 4); in RAPIDJSON_DIAG_OFF()
|
| H A D | filewritestream.h | 36 …ream(std::FILE* fp, char* buffer, size_t bufferSize) : fp_(fp), buffer_(buffer), bufferEnd_(buffer… in FileWriteStream() argument
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpdump.c | 141 size_t bufferSize = 0; in OpenResumeFile() local 210 if (dataSize > bufferSize) in OpenResumeFile() 213 bufferSize = dataSize + 4095; in OpenResumeFile() 214 bufferSize ^= (bufferSize & 4095); in OpenResumeFile() 216 buffer = malloc(bufferSize); in OpenResumeFile() 281 const size_t bufferSize = 16; in GetLastKeyframe() local 282 char buffer[bufferSize]; in GetLastKeyframe() 447 int bufferSize = 64 * 1024; in Download() local 511 buffer = (char *) malloc(bufferSize); in Download() 517 nRead = RTMP_Read(rtmp, buffer, bufferSize); in Download()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/java/com/rockchip/gpadc/demo/ |
| H A D | ImageBufferQueue.java | 21 public ImageBufferQueue(int bufferSize, int width, int height) { in ImageBufferQueue() argument 24 mQueueBufferSize = bufferSize; in ImageBufferQueue()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/ |
| H A D | glxvisuals.c | 57 (v1->bufferSize == v2->bufferSize) && in glxVisualsMatch()
|
| H A D | glxcmdsswap.c | 331 buf[p++] = pGlxVisual->bufferSize; in __glXSwapGetVisualConfigs()
|
| H A D | glxcmds.c | 1741 buf[p++] = pGlxVisual->bufferSize; in __glXGetVisualConfigs()
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | log.c | 120 static int bufferSize = 0, bufferUnused = 0, bufferPos = 0; variable 268 if (saveBuffer && bufferSize > 0) { in LogInit() 281 if (saveBuffer && bufferSize > 0) { in LogInit() 284 bufferSize = 0; in LogInit() 622 bufferSize += 1024; in LogSWrite() 624 saveBuffer = realloc(saveBuffer, bufferSize); in LogSWrite()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/ |
| H A D | tinyxml2.cpp | 395 void XMLUtil::ToStr( int v, char* buffer, int bufferSize ) in ToStr() argument 397 TIXML_SNPRINTF( buffer, bufferSize, "%d", v ); in ToStr() 401 void XMLUtil::ToStr( unsigned v, char* buffer, int bufferSize ) in ToStr() argument 403 TIXML_SNPRINTF( buffer, bufferSize, "%u", v ); in ToStr() 407 void XMLUtil::ToStr( bool v, char* buffer, int bufferSize ) in ToStr() argument 409 TIXML_SNPRINTF( buffer, bufferSize, "%d", v ? 1 : 0 ); in ToStr() 413 void XMLUtil::ToStr( float v, char* buffer, int bufferSize ) in ToStr() argument 415 TIXML_SNPRINTF( buffer, bufferSize, "%f", v ); in ToStr() 419 void XMLUtil::ToStr( double v, char* buffer, int bufferSize ) in ToStr() argument 421 TIXML_SNPRINTF( buffer, bufferSize, "%f", v ); in ToStr()
|
| H A D | tinyxml2.h | 454 static void ToStr( int v, char* buffer, int bufferSize ); 455 static void ToStr( unsigned v, char* buffer, int bufferSize ); 456 static void ToStr( bool v, char* buffer, int bufferSize ); 457 static void ToStr( float v, char* buffer, int bufferSize ); 458 static void ToStr( double v, char* buffer, int bufferSize );
|
| /OK3568_Linux_fs/kernel/lib/zstd/ |
| H A D | fse_compress.c | 301 size_t FSE_writeNCount(void *buffer, size_t bufferSize, const short *normalizedCounter, unsigned ma… in FSE_writeNCount() argument 308 if (bufferSize < FSE_NCountWriteBound(maxSymbolValue, tableLog)) in FSE_writeNCount() 309 …return FSE_writeNCount_generic(buffer, bufferSize, normalizedCounter, maxSymbolValue, tableLog, 0); in FSE_writeNCount() 311 return FSE_writeNCount_generic(buffer, bufferSize, normalizedCounter, maxSymbolValue, tableLog, 1); in FSE_writeNCount()
|
| H A D | fse.h | 118 FSE_PUBLIC_API size_t FSE_writeNCount(void *buffer, size_t bufferSize, const short *normalizedCount…
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmx_glxvisuals.c | 141 config->bufferSize = props[13]; in GetGLXVisualConfigs() 588 cfg->bufferSize = (fbcfg->rgbMode ? (fbcfg->redBits + in GetGLXVisualConfigsFromFBConfigs() 595 cfg->bufferSize = vinfo->depth; in GetGLXVisualConfigsFromFBConfigs()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/ |
| H A D | drmrga.h | 86 int bufferSize; member
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/jpeg/ |
| H A D | jpegd_parser.h | 127 RK_U32 bufferSize; member
|
| H A D | jpegd_parser.c | 983 if (pkt_length > JpegCtx->bufferSize) { in jpegd_prepare() 985 pkt_length, JpegCtx->bufferSize); in jpegd_prepare() 995 JpegCtx->bufferSize = pkt_length + 1024; in jpegd_prepare() 1000 JpegCtx->bufferSize, ©_length); in jpegd_prepare() 1224 JpegCtx->bufferSize = JPEGD_STREAM_BUFF_SIZE; in jpegd_init()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qcache3q_p.h | 231 int bufferSize = keys.size(); in deserializeQueue() local 232 if (bufferSize == 0) in deserializeQueue() 239 for (int i = 0; i<bufferSize; ++i) { in deserializeQueue()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/ |
| H A D | drmrga.h | 159 int bufferSize; member
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/GL/ |
| H A D | glcontextmodes.c | 164 mode->rgbBits = mode->rgbMode ? config->bufferSize : 0; in _gl_copy_visual_to_context_mode() 165 mode->indexBits = mode->colorIndexMode ? config->bufferSize : 0; in _gl_copy_visual_to_context_mode()
|
| /OK3568_Linux_fs/external/linux-rga/include/ |
| H A D | drmrga.h | 271 int bufferSize; member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/ |
| H A D | drmrga.h | 271 int bufferSize; member
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/ |
| H A D | drmrga.h | 271 int bufferSize; member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/ |
| H A D | drmrga.h | 271 int bufferSize; member
|
| /OK3568_Linux_fs/external/linux-rga/core/ |
| H A D | RockchipRga.cpp | 323 rgaInfo->format, rgaInfo->blend, rgaInfo->bufferSize, in RkRgaLogOutUserPara()
|