A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Z
B
- BACK - enum entry in com.otaliastudios.cameraview.controls.Facing
Back-facing camera sensor.
- BASE - enum entry in com.otaliastudios.cameraview.engine.offset.Reference
The base reference system has its 'north' aligned with the device naturalorientation.
- BaseAction - class in com.otaliastudios.cameraview.engine.action
- The base implementation of Action that should always be subclassed, instead of implementing the root interface itself.
- BaseFilter - class in com.otaliastudios.cameraview.filter
- A base implementation of Filter that just leaves the fragment shader to subclasses.
- BaseLock - class in com.otaliastudios.cameraview.engine.lock
- BaseMeter - class in com.otaliastudios.cameraview.engine.meter
- BaseReset - class in com.otaliastudios.cameraview.engine.meter
- beforeOverlayUpdateTexImage() - function in com.otaliastudios.cameraview.internal.Issue514Workaround
- biggest() - function in com.otaliastudios.cameraview.size.SizeSelectors
- Returns a SizeSelector that will order sizes fromthe biggest to the smallest.
- BIND - enum entry in com.otaliastudios.cameraview.engine.orchestrator.CameraState
- BitmapCallback - class in com.otaliastudios.cameraview
- Receives callbacks about a bitmap decoding operation.
- BLACK_AND_WHITE - enum entry in com.otaliastudios.cameraview.filter.Filters
- BlackAndWhiteFilter - class in com.otaliastudios.cameraview.filters
- Converts the frames into black and white colors.
- BRIGHTNESS - enum entry in com.otaliastudios.cameraview.filter.Filters
- BrightnessFilter - class in com.otaliastudios.cameraview.filters
- Adjusts the brightness of the frames.
- bringChildToFront(View) - function in android.view.MarkerLayout
- bringChildToFront(View) - function in android.view.CameraView
- bringChildToFront(View) - function in android.view.OverlayLayout
- bringToFront() - function in android.view.MarkerLayout
- bringToFront() - function in android.view.GridLinesLayout
- bringToFront() - function in android.view.CameraView
- bringToFront() - function in android.view.OverlayLayout
- buildDrawingCache() - function in android.view.MarkerLayout
- buildDrawingCache() - function in android.view.GridLinesLayout
- buildDrawingCache() - function in android.view.CameraView
- buildDrawingCache() - function in android.view.OverlayLayout
- buildLayer() - function in android.view.MarkerLayout
- buildLayer() - function in android.view.GridLinesLayout
- buildLayer() - function in android.view.CameraView
- buildLayer() - function in android.view.OverlayLayout
- ByteBufferFrameManager - class in com.otaliastudios.cameraview.frame
- This class manages the allocation of byte buffers and Frame objects.
- ByteBufferFrameManager.BufferCallback - class in com.otaliastudios.cameraview.frame.ByteBufferFrameManager
- Receives callbacks on buffer availability(when a Frame is released, we reuse its buffer).