Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/jni/
DUVCProvider.cpp324 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()
DUVCProvider.h168 struct uvc_streaming_control mCommit {}; struct
/packages/apps/Settings/src/com/android/settings/accessibility/
DTextReadingPreviewController.java67 private final Choreographer.FrameCallback mCommit = f -> { field in TextReadingPreviewController
175 choreographer.removeFrameCallback(mCommit); in postCommitDelayed()
176 choreographer.postFrameCallbackDelayed(mCommit, commitDelayMs); in postCommitDelayed()