Searched refs:byteBuffer (Results 1 – 5 of 5) sorted by relevance
131 std::vector<uint8_t>& byteBuffer) { in copyImgToGuest() argument140 byteBuffer.resize(mWidth * mHeight * bpp * 3 / 2); in copyImgToGuest()141 uint8_t* dst = byteBuffer.data(); in copyImgToGuest()168 std::vector<uint8_t> byteBuffer; in fetchAllFrames() local169 copyImgToGuest(mImg, byteBuffer); in fetchAllFrames()172 std::move(byteBuffer), std::vector<uint32_t>{}, (int)mImg->d_w, in fetchAllFrames()
114 uint8_t* byteBuffer = static_cast<uint8_t*>(buffer); in transfer() local116 byteBuffer[i] = std::rand() % 255; in transfer()
72 void copyImgToGuest(vpx_image_t* mImg, std::vector<uint8_t>& byteBuffer);
87 void sendBroadcastInputToDvrRecord(vector<uint8_t> byteBuffer);
91 void sendBroadcastInputToDvrRecord(vector<uint8_t> byteBuffer);