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

  /hardware/libhardware/tests/camera2/
camera2_utils.cpp 38 mStreamSlotCount(0),
89 if (mStreamSlotCount > 0) {
99 if (mStreamSlotCount == 0) {
106 mStreamSlotCount);
118 mCount = mStreamSlotCount;
150 mStreamSlotCount = 0;
153 if (mStreamSlotCount > 1) {
156 mStreamSlotCount = 1;
158 if (mStreamSlotCount == 1) {
163 mStreamSlotCount = 1
    [all...]
camera2_utils.h 79 int mStreamSlotCount;
  /frameworks/av/services/camera/libcameraservice/
Camera2Device.cpp 579 mStreamSlotCount(0),
633 if (mStreamSlotCount > 0) {
648 if (mStreamSlotCount == 0) {
655 mStreamSlotCount);
668 mCount = mStreamSlotCount;
739 mStreamSlotCount = 0;
748 if (mStreamSlotCount > 1) {
751 mStreamSlotCount = 1;
753 if (mStreamSlotCount == 1) {
758 mStreamSlotCount = 1
    [all...]
Camera2Device.h 134 int mStreamSlotCount;

Completed in 85 milliseconds