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) {
  /hardware/interfaces/camera/common/1.0/default/
CameraModule.cpp 141 const int STREAM_CONFIGURATION_SIZE = 4;
148 for (size_t i=0; i < entry.count; i += STREAM_CONFIGURATION_SIZE) {
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp 380 const int STREAM_CONFIGURATION_SIZE = 4;
388 availableStreamConfigs.count % STREAM_CONFIGURATION_SIZE != 0) {
393 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 201 milliseconds