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

  /frameworks/av/camera/ndk/impl/
ACameraMetadata.cpp 86 const int STREAM_CONFIGURATION_SIZE = 4;
101 for (size_t i=0; i < entry.count; i += STREAM_CONFIGURATION_SIZE) {
126 for (size_t i=0; i < entry.count; i += STREAM_CONFIGURATION_SIZE) {
  /frameworks/av/services/camera/libcameraservice/common/
CameraModule.cpp 136 const int STREAM_CONFIGURATION_SIZE = 4;
143 for (size_t i=0; i < entry.count; i += STREAM_CONFIGURATION_SIZE) {
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp 363 const int STREAM_CONFIGURATION_SIZE = 4;
371 availableStreamConfigs.count % STREAM_CONFIGURATION_SIZE != 0) {
376 for (size_t i=0; i < availableStreamConfigs.count; i+= STREAM_CONFIGURATION_SIZE) {
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp     [all...]

Completed in 130 milliseconds