HomeSort by relevance Sort by last modified time
    Searched refs:m_pReprocChannel (Results 1 - 16 of 16) sorted by null

  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 62 m_pReprocChannel(NULL),
145 if (m_pReprocChannel != NULL) {
146 m_pReprocChannel->stop();
147 delete m_pReprocChannel;
148 m_pReprocChannel = NULL;
189 if (m_pReprocChannel != NULL) {
190 m_pReprocChannel->stop();
191 delete m_pReprocChannel;
192 m_pReprocChannel = NULL;
198 m_pReprocChannel = hal_obj->addOfflineReprocChannel(config, m_parent, metadata)
    [all...]
QCamera3PostProc.h 160 QCamera3ReprocessChannel * m_pReprocChannel;
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraPostProc.cpp 70 m_pReprocChannel(NULL),
104 if (m_pReprocChannel != NULL) {
105 m_pReprocChannel->stop();
106 delete m_pReprocChannel;
107 m_pReprocChannel = NULL;
203 if (m_pReprocChannel != NULL) {
204 delete m_pReprocChannel;
205 m_pReprocChannel = NULL;
208 m_pReprocChannel = m_parent->addReprocChannel(pSrcChannel);
209 if (m_pReprocChannel == NULL)
    [all...]
QCameraPostProc.h 119 QCameraReprocessChannel * getReprocChannel() {return m_pReprocChannel;};
180 QCameraReprocessChannel * m_pReprocChannel;
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 71 m_pReprocChannel(NULL),
138 if (m_pReprocChannel != NULL) {
139 m_pReprocChannel->stop();
140 delete m_pReprocChannel;
141 m_pReprocChannel = NULL;
220 if (m_pReprocChannel != NULL) {
221 m_pReprocChannel->stop();
222 delete m_pReprocChannel;
223 m_pReprocChannel = NULL;
228 m_pReprocChannel = hal_obj->addOfflineReprocChannel(config, m_parent)
    [all...]
QCamera3PostProc.h 175 QCamera3ReprocessChannel * m_pReprocChannel;
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 71 m_pReprocChannel(NULL),
138 if (m_pReprocChannel != NULL) {
139 m_pReprocChannel->stop();
140 delete m_pReprocChannel;
141 m_pReprocChannel = NULL;
220 if (m_pReprocChannel != NULL) {
221 m_pReprocChannel->stop();
222 delete m_pReprocChannel;
223 m_pReprocChannel = NULL;
228 m_pReprocChannel = hal_obj->addOfflineReprocChannel(config, m_parent)
    [all...]
QCamera3PostProc.h 175 QCamera3ReprocessChannel * m_pReprocChannel;
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 80 m_pReprocChannel(NULL),
144 if (m_pReprocChannel != NULL) {
145 m_pReprocChannel->stop();
146 delete m_pReprocChannel;
147 m_pReprocChannel = NULL;
226 if (m_pReprocChannel != NULL) {
227 m_pReprocChannel->stop();
228 delete m_pReprocChannel;
229 m_pReprocChannel = NULL;
234 m_pReprocChannel = hal_obj->addOfflineReprocChannel(config, m_parent)
    [all...]
QCamera3PostProc.h 172 QCamera3ReprocessChannel * m_pReprocChannel;
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL3/
QCamera3PostProc.cpp 80 m_pReprocChannel(NULL),
145 if (m_pReprocChannel != NULL) {
146 m_pReprocChannel->stop();
147 delete m_pReprocChannel;
148 m_pReprocChannel = NULL;
235 if (m_pReprocChannel != NULL) {
236 m_pReprocChannel->stop();
237 delete m_pReprocChannel;
238 m_pReprocChannel = NULL;
243 m_pReprocChannel = hal_obj->addOfflineReprocChannel(config, m_parent)
    [all...]
QCamera3PostProc.h 175 QCamera3ReprocessChannel * m_pReprocChannel;
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraPostProc.cpp 708 QCameraReprocessChannel *m_pReprocChannel = NULL;
717 m_pReprocChannel = mPPChannels[i];
722 if (m_pReprocChannel != NULL && pChannel == m_pReprocChannel->getSrcChannel()) {
724 for (uint8_t i = 0; i < m_pReprocChannel->getNumOfStreams(); i++) {
725 pStream = m_pReprocChannel->getStreamByIndex(i);
757 QCameraChannel *m_pReprocChannel = NULL;
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraPostProc.cpp 708 QCameraReprocessChannel *m_pReprocChannel = NULL;
717 m_pReprocChannel = mPPChannels[i];
722 if (m_pReprocChannel != NULL && pChannel == m_pReprocChannel->getSrcChannel()) {
724 for (uint8_t i = 0; i < m_pReprocChannel->getNumOfStreams(); i++) {
725 pStream = m_pReprocChannel->getStreamByIndex(i);
757 QCameraChannel *m_pReprocChannel = NULL;
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraPostProc.cpp 797 QCameraReprocessChannel *m_pReprocChannel = NULL;
806 m_pReprocChannel = mPPChannels[i];
811 if ((m_pReprocChannel != NULL) && (pChannel == m_pReprocChannel->getSrcChannel())) {
813 for (uint8_t i = 0; i < m_pReprocChannel->getNumOfStreams(); i++) {
814 pStream = m_pReprocChannel->getStreamByIndex(i);
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL/
QCameraPostProc.cpp 800 QCameraReprocessChannel *m_pReprocChannel = NULL;
809 m_pReprocChannel = mPPChannels[i];
814 if ((m_pReprocChannel != NULL) && (pChannel == m_pReprocChannel->getSrcChannel())) {
816 for (uint8_t i = 0; i < m_pReprocChannel->getNumOfStreams(); i++) {
817 pStream = m_pReprocChannel->getStreamByIndex(i);
    [all...]

Completed in 549 milliseconds