Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraDeviceBase.h275 virtual status_t pushReprocessBuffer(int reprocessStreamId,
/frameworks/av/services/camera/libcameraservice/device2/
DCamera2Device.cpp589 status_t Camera2Device::pushReprocessBuffer(int reprocessStreamId, in pushReprocessBuffer() argument
597 if ((*streamI)->getId() == reprocessStreamId) { in pushReprocessBuffer()
601 __FUNCTION__, reprocessStreamId, strerror(-res), res); in pushReprocessBuffer()
610 __FUNCTION__, mId, reprocessStreamId); in pushReprocessBuffer()
DCamera2Device.h84 virtual status_t pushReprocessBuffer(int reprocessStreamId,
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.h137 virtual status_t pushReprocessBuffer(int reprocessStreamId,
DCamera3Device.cpp1374 status_t Camera3Device::pushReprocessBuffer(int reprocessStreamId, in pushReprocessBuffer() argument
1377 (void)reprocessStreamId; (void)buffer; (void)listener; in pushReprocessBuffer()