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/device2/
Camera2Device.cpp 588 mStreamSlotCount(0),
640 if (mStreamSlotCount > 0) {
655 if (mStreamSlotCount == 0) {
662 mStreamSlotCount);
675 mCount = mStreamSlotCount;
746 mStreamSlotCount = 0;
755 if (mStreamSlotCount > 1) {
758 mStreamSlotCount = 1;
760 if (mStreamSlotCount == 1) {
765 mStreamSlotCount = 1
    [all...]
Camera2Device.h 143 int mStreamSlotCount;

Completed in 231 milliseconds