Home
last modified time | relevance | path

Searched refs:nSize (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Damf.c487 uint32_t nSize = (ref >> 1); in AMF3ReadString() local
490 str->av_len = nSize; in AMF3ReadString()
492 return len + nSize; in AMF3ReadString()
498 AMF3Prop_Decode(AMFObjectProperty *prop, const char *pBuffer, int nSize, in AMF3Prop_Decode() argument
501 int nOriginalSize = nSize; in AMF3Prop_Decode()
507 if (nSize == 0 || !pBuffer) in AMF3Prop_Decode()
522 nSize -= nRes; in AMF3Prop_Decode()
523 if (nSize <= 0) in AMF3Prop_Decode()
531 nSize--; in AMF3Prop_Decode()
553 nSize -= len; in AMF3Prop_Decode()
[all …]
H A Damf.h110 int AMF_Decode(AMFObject * obj, const char *pBuffer, int nSize,
112 int AMF_DecodeArray(AMFObject * obj, const char *pBuffer, int nSize,
114 int AMF3_Decode(AMFObject * obj, const char *pBuffer, int nSize,
141 int nSize, int bDecodeName);
143 int nSize, int bDecodeName);
H A Drtmp.c189 RTMPPacket_Alloc(RTMPPacket *p, uint32_t nSize) in RTMPPacket_Alloc() argument
192 if (nSize > SIZE_MAX - RTMP_MAX_HEADER_SIZE) in RTMPPacket_Alloc()
194 ptr = calloc(1, nSize + RTMP_MAX_HEADER_SIZE); in RTMPPacket_Alloc()
2343 int nSize; in RTMP_SendCtrl() local
2357 case 0x03: nSize = 10; break; /* buffer time */ in RTMP_SendCtrl()
2358 case 0x1A: nSize = 3; break; /* SWF verify request */ in RTMP_SendCtrl()
2359 case 0x1B: nSize = 44; break; /* SWF verify response */ in RTMP_SendCtrl()
2360 default: nSize = 6; break; in RTMP_SendCtrl()
2363 packet.m_nBodySize = nSize; in RTMP_SendCtrl()
2382 if (nSize > 2) in RTMP_SendCtrl()
[all …]
H A Drtmp.h139 int RTMPPacket_Alloc(RTMPPacket *p, uint32_t nSize);
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_slice.c621 RK_S32 nSize = 8; in proc_cu8() local
622 RK_S32 nSubPart = nSize * nSize / 4 / 4; in proc_cu8()
634 RK_S32 nSize = 16; in proc_cu16() local
635 RK_S32 nSubPart = nSize * nSize / 4 / 4; in proc_cu16()
654 cu_x_1 = pos_x + (m & 1) * (nSize >> 1); in proc_cu16()
655 cu_y_1 = pos_y + (m >> 1) * (nSize >> 1); in proc_cu16()
666 RK_S32 nSize = 32; in proc_cu32() local
667 RK_S32 nSubPart = nSize * nSize / 4 / 4; in proc_cu32()
686 cu_x_1 = pos_x + (m & 1) * (nSize >> 1); in proc_cu32()
687 cu_y_1 = pos_y + (m >> 1) * (nSize >> 1); in proc_cu32()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dtypes_c.h327 int nSize; /**< sizeof(IplImage) */ member
368 IplImage self = CV_STRUCT_INITIALIZER; self.nSize = sizeof(IplImage); return self; in cvIplImage()
421 ((img) != NULL && ((const IplImage*)(img))->nSize == sizeof(IplImage))
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dtypes_c.h327 int nSize; /**< sizeof(IplImage) */ member
368 IplImage self = CV_STRUCT_INITIALIZER; self.nSize = sizeof(IplImage); return self; in cvIplImage()
421 ((img) != NULL && ((const IplImage*)(img))->nSize == sizeof(IplImage))
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dtypes_c.h327 int nSize; /**< sizeof(IplImage) */ member
368 IplImage self = CV_STRUCT_INITIALIZER; self.nSize = sizeof(IplImage); return self; in cvIplImage()
421 ((img) != NULL && ((const IplImage*)(img))->nSize == sizeof(IplImage))
/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dindirect.c199 ErrorF("nSize = %u\n", pfd->nSize); in pfdOut()