Home
last modified time | relevance | path

Searched refs:byteBuffer (Results 1 – 5 of 5) sorted by relevance

/hardware/google/aemu/host-common/
DMediaVpxVideoHelper.cpp131 std::vector<uint8_t>& byteBuffer) { in copyImgToGuest() argument
140 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() local
169 copyImgToGuest(mImg, byteBuffer); in fetchAllFrames()
172 std::move(byteBuffer), std::vector<uint32_t>{}, (int)mImg->d_w, in fetchAllFrames()
/hardware/interfaces/audio/aidl/default/stub/
DStreamStub.cpp114 uint8_t* byteBuffer = static_cast<uint8_t*>(buffer); in transfer() local
116 byteBuffer[i] = std::rand() % 255; in transfer()
/hardware/google/aemu/host-common/include/host-common/
DMediaVpxVideoHelper.h72 void copyImgToGuest(vpx_image_t* mImg, std::vector<uint8_t>& byteBuffer);
/hardware/interfaces/tv/tuner/1.1/default/
DDvr.h87 void sendBroadcastInputToDvrRecord(vector<uint8_t> byteBuffer);
/hardware/interfaces/tv/tuner/1.0/default/
DDvr.h91 void sendBroadcastInputToDvrRecord(vector<uint8_t> byteBuffer);