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

  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Mem.h 52 int getCnt() const;
QCamera3PostProc.cpp 286 encode_parm.num_src_bufs = pStreamMem->getCnt();
313 encode_parm.num_tmb_bufs = pStreamMem->getCnt();
314 for (int i = 0; i < pStreamMem->getCnt(); i++) {
    [all...]
QCamera3Mem.cpp 165 * FUNCTION : getCnt
173 int QCamera3Memory::getCnt() const
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Mem.h 52 int getCnt() const;
QCamera3PostProc.cpp 281 encode_parm.num_src_bufs = pStreamMem->getCnt();
308 encode_parm.num_tmb_bufs = pStreamMem->getCnt();
309 for (int i = 0; i < pStreamMem->getCnt(); i++) {
    [all...]
QCamera3Mem.cpp 165 * FUNCTION : getCnt
173 int QCamera3Memory::getCnt() const
  /device/asus/flo/camera/QCamera2/HAL/
QCameraMem.h 53 int getCnt() const;
QCameraPostProc.cpp 285 encode_parm.num_src_bufs = pStreamMem->getCnt();
311 encode_parm.num_tmb_bufs = pStreamMem->getCnt();
312 for (int i = 0; i < pStreamMem->getCnt(); i++) {
    [all...]
QCamera2HWICallbacks.cpp 289 if (dequeuedIdx < 0 || dequeuedIdx >= memory->getCnt()) {
484 if (dequeuedIdx < 0 || dequeuedIdx >= memory->getCnt()) {
    [all...]
QCameraMem.cpp 174 * FUNCTION : getCnt
182 int QCameraMemory::getCnt() const
    [all...]
QCamera2HWI.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraMem.h 53 int getCnt() const;
QCameraPostProc.cpp 285 encode_parm.num_src_bufs = pStreamMem->getCnt();
311 encode_parm.num_tmb_bufs = pStreamMem->getCnt();
312 for (int i = 0; i < pStreamMem->getCnt(); i++) {
    [all...]
QCamera2HWICallbacks.cpp 289 if (dequeuedIdx < 0 || dequeuedIdx >= memory->getCnt()) {
484 if (dequeuedIdx < 0 || dequeuedIdx >= memory->getCnt()) {
    [all...]
QCameraMem.cpp 174 * FUNCTION : getCnt
182 int QCameraMemory::getCnt() const
    [all...]
QCamera2HWI.cpp     [all...]

Completed in 1037 milliseconds