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

  /device/google/marlin/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;
  /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/msm8998/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 176 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...]
  /device/google/marlin/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/msm8998/QCamera2/HAL/
QCameraPostProc.cpp     [all...]

Completed in 511 milliseconds