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

/frameworks/av/services/camera/libcameraservice/common/
H A DCameraDeviceBase.h262 virtual status_t pushReprocessBuffer(int reprocessStreamId,
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.h78 virtual status_t pushReprocessBuffer(int reprocessStreamId,
H A DCamera2Device.cpp587 status_t Camera2Device::pushReprocessBuffer(int reprocessStreamId, argument
595 if ((*streamI)->getId() == reprocessStreamId) {
599 __FUNCTION__, reprocessStreamId, strerror(-res), res);
608 __FUNCTION__, mId, reprocessStreamId);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.h133 virtual status_t pushReprocessBuffer(int reprocessStreamId,
H A DCamera3Device.cpp1277 status_t Camera3Device::pushReprocessBuffer(int reprocessStreamId, argument
1280 (void)reprocessStreamId; (void)buffer; (void)listener;

Completed in 738 milliseconds