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

  /device/huawei/angler/camera/QCamera2/HAL/
QCameraChannel.h 141 QCameraChannel *getSrcChannel(){return m_pSrcChannel;};
QCameraPostProc.cpp 716 if (pChannel == mPPChannels[i]->getSrcChannel()) {
722 if (m_pReprocChannel != NULL && pChannel == m_pReprocChannel->getSrcChannel()) {
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraChannel.h 141 QCameraChannel *getSrcChannel(){return m_pSrcChannel;};
QCameraPostProc.cpp 716 if (pChannel == mPPChannels[i]->getSrcChannel()) {
722 if (m_pReprocChannel != NULL && pChannel == m_pReprocChannel->getSrcChannel()) {
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraChannel.h 150 QCameraChannel *getSrcChannel(){return m_pSrcChannel;};
QCameraPostProc.cpp 805 if (pChannel == mPPChannels[i]->getSrcChannel()) {
811 if ((m_pReprocChannel != NULL) && (pChannel == m_pReprocChannel->getSrcChannel())) {
    [all...]

Completed in 632 milliseconds