Home
last modified time | relevance | path

Searched refs:bufferSize (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dfilereadstream.h44 …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 Dfilewritestream.h36 …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 Drtmpdump.c141 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 DImageBufferQueue.java21 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 Dglxvisuals.c57 (v1->bufferSize == v2->bufferSize) && in glxVisualsMatch()
H A Dglxcmdsswap.c331 buf[p++] = pGlxVisual->bufferSize; in __glXSwapGetVisualConfigs()
H A Dglxcmds.c1741 buf[p++] = pGlxVisual->bufferSize; in __glXGetVisualConfigs()
/OK3568_Linux_fs/external/xserver/os/
H A Dlog.c120 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 Dtinyxml2.cpp395 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 Dtinyxml2.h454 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 Dfse_compress.c301 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 Dfse.h118 FSE_PUBLIC_API size_t FSE_writeNCount(void *buffer, size_t bufferSize, const short *normalizedCount…
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmx_glxvisuals.c141 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 Ddrmrga.h86 int bufferSize; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.h127 RK_U32 bufferSize; member
H A Djpegd_parser.c983 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, &copy_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 Dqcache3q_p.h231 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 Ddrmrga.h159 int bufferSize; member
/OK3568_Linux_fs/external/xserver/hw/xquartz/GL/
H A Dglcontextmodes.c164 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 Ddrmrga.h271 int bufferSize; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/
H A Ddrmrga.h271 int bufferSize; member
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/
H A Ddrmrga.h271 int bufferSize; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/
H A Ddrmrga.h271 int bufferSize; member
/OK3568_Linux_fs/external/linux-rga/core/
H A DRockchipRga.cpp323 rgaInfo->format, rgaInfo->blend, rgaInfo->bufferSize, in RkRgaLogOutUserPara()