Home
last modified time | relevance | path

Searched refs:vout (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
DPVSoftMPEG4Encoder.cpp476 VideoEncFrameIO vin, vout; in getOutput() local
478 memset(&vout, 0, sizeof(vout)); in getOutput()
489 if (!PVEncodeVideoFrame(mHandle, &vin, &vout, in getOutput()
/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsScriptTests.cpp219 Allocation vout = context->allocationCreateTyped(type, AllocationMipmapControl::NONE, in TEST_F() local
222 ASSERT_NE(Allocation(0), vout); in TEST_F()
228 context->scriptForEach(script, mExportForEachIdx_increment, vains, vout, params, nullptr); in TEST_F()
229 context->allocationRead(vout, (Ptr)dataOut.data(), (Size)dataOut.size()*sizeof(uint8_t)); in TEST_F()