Home
last modified time | relevance | path

Searched refs:kNoGridOpRate (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.h133 static const int32_t kNoGridOpRate = 30; variable
DHeicCompositeStream.cpp1367 outputFormat->setInt32(KEY_FRAME_RATE, useGrid ? gridRows * gridCols : kNoGridOpRate); in initializeCodec()
1369 outputFormat->setInt32(KEY_OPERATING_RATE, useGrid ? kGridOpRate : kNoGridOpRate); in initializeCodec()