Home
last modified time | relevance | path

Searched refs:forwardFrame (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/cpp/evs/manager/1.1/emul/
DEvsEmulatedCamera.h115 void forwardFrame(imageBufferDesc* tgt, void* data);
DEvsEmulatedCamera.cpp239 this->forwardFrame(tgt, data); in startVideoStream()
638 void EvsEmulatedCamera::forwardFrame(imageBufferDesc* pBufferInfo, void* pData) { in forwardFrame() function in android::automotive::evs::V1_1::implementation::EvsEmulatedCamera
/packages/services/Car/cpp/evs/v4l2_hal/aidl/include/
DEvsV4lCamera.h99 void forwardFrame(imageBuffer* tgt, void* data[VIDEO_MAX_PLANES],
/packages/services/Car/cpp/evs/v4l2_hal/hidl/
DEvsV4lCamera.h114 void forwardFrame(imageBuffer* tgt, void* data);
DEvsV4lCamera.cpp212 this->forwardFrame(tgt, data); in startVideoStream()
663 void EvsV4lCamera::forwardFrame(imageBuffer* pV4lBuff, void* pData) { in forwardFrame() function in android::hardware::automotive::evs::V1_1::implementation::EvsV4lCamera
/packages/services/Car/cpp/evs/v4l2_hal/aidl/src/
DEvsV4lCamera.cpp223 this->forwardFrame(tgt, data, length, numPlanes); in startVideoStream()
662 void EvsV4lCamera::forwardFrame(imageBuffer* pV4lBuff, void* pData[VIDEO_MAX_PLANES], in forwardFrame() function in aidl::android::hardware::automotive::evs::implementation::EvsV4lCamera