Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/jni/
DUVCProvider.cpp474 uint8_t chosenFormatIndex = req->formatIndex > mUVCProperties->streaming.formats.size() in setStreamingControl() local
477 if (chosenFormatIndex <= 0) { in setStreamingControl()
480 const ConfigFormat& chosenFormat = mUVCProperties->streaming.formats[chosenFormatIndex - 1]; in setStreamingControl()
487 ALOGV("%s: chosenFormatIndex %d chosenFrameIndex: %d", __FUNCTION__, chosenFormatIndex, in setStreamingControl()
512 streamingControl->bFormatIndex = chosenFormatIndex; in setStreamingControl()