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 635 mStreamSlotCount(0),
687 if (mStreamSlotCount > 0) {
702 if (mStreamSlotCount == 0) {
709 mStreamSlotCount);
722 mCount = mStreamSlotCount;
793 mStreamSlotCount = 0;
797 if (mStreamSlotCount > 1) {
800 mStreamSlotCount = 1;
802 if (mStreamSlotCount == 1) {
807 mStreamSlotCount = 1
    [all...]
Camera2Device.h 153 int mStreamSlotCount;

Completed in 49 milliseconds