Home
last modified time | relevance | path

Searched refs:timestampBase (Results 1 – 17 of 17) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.cpp58 int64_t streamUseCase, bool deviceTimeBaseIsRealtime, int timestampBase, in Camera3OutputStream() argument
64 timestampBase), in Camera3OutputStream()
93 int64_t streamUseCase, bool deviceTimeBaseIsRealtime, int timestampBase, in Camera3OutputStream() argument
98 deviceTimeBaseIsRealtime, timestampBase), in Camera3OutputStream()
133 int64_t streamUseCase, bool deviceTimeBaseIsRealtime, int timestampBase, in Camera3OutputStream() argument
139 timestampBase), in Camera3OutputStream()
182 bool deviceTimeBaseIsRealtime, int timestampBase, in Camera3OutputStream() argument
189 timestampBase), in Camera3OutputStream()
691 int timestampBase = getTimestampBase(); in configureConsumerQueueLocked() local
692 bool isDefaultTimeBase = (timestampBase == in configureConsumerQueueLocked()
[all …]
DCamera3OutputStream.h98 int timestampBase = OutputConfiguration::TIMESTAMP_BASE_DEFAULT,
115 int timestampBase = OutputConfiguration::TIMESTAMP_BASE_DEFAULT,
131 int timestampBase = OutputConfiguration::TIMESTAMP_BASE_DEFAULT,
280 int timestampBase = OutputConfiguration::TIMESTAMP_BASE_DEFAULT,
DCamera3StreamInterface.h115 int timestampBase; variable
122 timestampBase(OutputConfiguration::TIMESTAMP_BASE_DEFAULT), in OutputStreamInfo()
130 streamUseCase(_streamUseCase), timestampBase(_timestampBase), mirrorMode(_mirrorMode) {} in OutputStreamInfo()
DCamera3IOStreamBase.cpp38 bool deviceTimeBaseIsRealtime, int timestampBase) : in Camera3IOStreamBase() argument
42 dynamicRangeProfile, streamUseCase, deviceTimeBaseIsRealtime, timestampBase), in Camera3IOStreamBase()
DCamera3IOStreamBase.h44 int timestampBase = OutputConfiguration::TIMESTAMP_BASE_DEFAULT);
DCamera3SharedOutputStream.h47 int timestampBase = OutputConfiguration::TIMESTAMP_BASE_DEFAULT,
DCamera3SharedOutputStream.cpp37 int64_t streamUseCase, bool deviceTimeBaseIsRealtime, int timestampBase, in Camera3SharedOutputStream() argument
43 deviceTimeBaseIsRealtime, timestampBase, mirrorMode), in Camera3SharedOutputStream()
DCamera3Stream.h512 int64_t streamUseCase, bool deviceTimeBaseIsRealtime, int timestampBase);
DCamera3Stream.cpp58 int64_t streamUseCase, bool deviceTimeBaseIsRealtime, int timestampBase) : in Camera3Stream() argument
85 mTimestampBase(timestampBase) { in Camera3Stream()
DCamera3Device.h152 int timestampBase = OutputConfiguration::TIMESTAMP_BASE_DEFAULT,
167 int timestampBase = OutputConfiguration::TIMESTAMP_BASE_DEFAULT,
DCamera3Device.cpp999 int timestampBase, int mirrorMode) { in createStream() argument
1013 streamUseCase, timestampBase, mirrorMode); in createStream()
1034 int timestampBase, int mirrorMode) { in createStream() argument
1046 dynamicRangeProfile, streamUseCase, timestampBase, mirrorMode); in createStream()
1117 timestampBase, mirrorMode); in createStream()
1132 timestampBase, mirrorMode); in createStream()
1138 timestampBase, mirrorMode); in createStream()
1144 timestampBase, mirrorMode); in createStream()
1150 timestampBase, mirrorMode); in createStream()
/frameworks/base/core/java/android/hardware/camera2/params/
DOutputConfiguration.java997 public void setTimestampBase(@TimestampBase int timestampBase) { in setTimestampBase() argument
999 if (timestampBase < TIMESTAMP_BASE_DEFAULT || in setTimestampBase()
1000 timestampBase > TIMESTAMP_BASE_READOUT_SENSOR) { in setTimestampBase()
1002 timestampBase); in setTimestampBase()
1004 mTimestampBase = timestampBase; in setTimestampBase()
1109 int timestampBase = source.readInt(); in OutputConfiguration() local
1136 mTimestampBase = timestampBase; in OutputConfiguration()
/frameworks/av/camera/camera2/
DOutputConfiguration.cpp201 int timestampBase = TIMESTAMP_BASE_DEFAULT; in readFromParcel() local
202 if ((err = parcel->readInt32(&timestampBase)) != OK) { in readFromParcel()
222 mTimestampBase = timestampBase; in readFromParcel()
238 String8(mPhysicalCameraId).string(), mIsMultiResolution, mStreamUseCase, timestampBase, in readFromParcel()
/frameworks/av/services/camera/libcameraservice/utils/
DSessionConfigurationUtils.cpp339 int64_t streamUseCase, int timestampBase, int mirrorMode) { in createSurfaceFromGbp() argument
460 if (timestampBase < OutputConfiguration::TIMESTAMP_BASE_DEFAULT || in createSurfaceFromGbp()
461 timestampBase > OutputConfiguration::TIMESTAMP_BASE_MAX) { in createSurfaceFromGbp()
463 logicalCameraId.string(), timestampBase); in createSurfaceFromGbp()
484 streamInfo.timestampBase = timestampBase; in createSurfaceFromGbp()
660 int timestampBase = it.getTimestampBase(); in convertToHALStreamCombination() local
696 streamUseCase, timestampBase, mirrorMode); in convertToHALStreamCombination()
DSessionConfigurationUtils.h101 int64_t streamUseCase, int timestampBase, int mirrorMode);
/frameworks/av/services/camera/libcameraservice/common/
DCameraDeviceBase.h194 int timestampBase = OutputConfiguration::TIMESTAMP_BASE_DEFAULT,
215 int timestampBase = OutputConfiguration::TIMESTAMP_BASE_DEFAULT,
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp883 int timestampBase = outputConfiguration.getTimestampBase(); in createStream() local
929 streamUseCase, timestampBase, mirrorMode); in createStream()
976 streamInfo.timestampBase, streamInfo.mirrorMode); in createStream()
1279 int timestampBase = outputConfiguration.getTimestampBase(); in updateOutputConfiguration() local
1289 streamUseCase, timestampBase, mirrorMode); in updateOutputConfiguration()
1648 int timestampBase = outputConfiguration.getTimestampBase(); in finalizeOutputConfigurations() local
1663 streamUseCase, timestampBase, mirrorMode); in finalizeOutputConfigurations()