Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 2 of 2) sorted by relevance

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
DCameraRecordingStream.java88 Context ctx, Size size, boolean useMediaCodec, int bitRate, int orientation, in configure()
225 public synchronized void stop(Context ctx) { in stop()
315 private void releaseMuxer(Context ctx) { in releaseMuxer()
DCameraOps.java122 private CameraOps(Context ctx, Listener listener, Handler handler) throws ApiFailureException { in CameraOps()
140 static public CameraOps create(Context ctx, Listener listener, Handler handler) in create()
528 public void stopRecording(Context ctx) throws ApiFailureException { in stopRecording()