Searched refs:mCommit (Results 1 – 3 of 3) sorted by relevance
324 setStreamingControl(&mCommit, &defaultFormatTriplet); in UVCDevice()403 memcpy(ctrl, &mCommit, sizeof(struct uvc_streaming_control)); in processSetupStreamingEvent()527 const ConfigFormat& commitFormat = mUVCProperties->streaming.formats[mCommit.bFormatIndex - 1]; in commitControls()528 const ConfigFrame& commitFrame = commitFormat.frames[mCommit.bFrameIndex - 1]; in commitControls()529 mFps = FRAME_INTERVAL_NUM / mCommit.dwFrameInterval; in commitControls()537 mV4l2Format.fmt.pix.sizeimage = mCommit.dwMaxVideoFrameSize; in commitControls()563 setStreamingControl(&mCommit, &triplet); in processDataEvent()711 memset(&mCommit, 0, sizeof(mCommit)); in processStreamOffEvent()
168 struct uvc_streaming_control mCommit {}; struct
67 private final Choreographer.FrameCallback mCommit = f -> { field in TextReadingPreviewController175 choreographer.removeFrameCallback(mCommit); in postCommitDelayed()176 choreographer.postFrameCallbackDelayed(mCommit, commitDelayMs); in postCommitDelayed()