Searched refs:buf_t (Results 1 – 2 of 2) sorted by relevance
32 } buf_t; typedef39 static size_t GetBufferReadRegions(buf_t* buf, in GetBufferReadRegions()71 buf_t* self = NULL; in WebRtc_CreateBuffer()77 self = malloc(sizeof(buf_t)); in WebRtc_CreateBuffer()97 buf_t* self = (buf_t*) handle; in WebRtc_InitBuffer()114 buf_t* self = (buf_t*) handle; in WebRtc_FreeBuffer()131 buf_t* self = (buf_t*) handle; in WebRtc_ReadBuffer()176 buf_t* self = (buf_t*) handle; in WebRtc_WriteBuffer()211 buf_t* self = (buf_t*) handle; in WebRtc_MoveReadPtr()250 const buf_t* self = (buf_t*) handle; in WebRtc_available_read()[all …]
5868 typedef unsigned char* buf_t; in ParseTrackEntry() typedef5870 const buf_t buf = new (std::nothrow) unsigned char[buflen]; in ParseTrackEntry()