OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onFrameAvailable
(Results
26 - 50
of
68
) sorted by null
1
2
3
/cts/tests/tests/mediastress/src/android/mediastress/cts/
SurfaceTextureRenderer.java
236
synchronized public void
onFrameAvailable
(SurfaceTexture surface) {
/frameworks/av/media/libstagefright/
CameraSource.cpp
[
all
...]
/frameworks/av/media/libstagefright/bqhelper/
GraphicBufferSource.cpp
[
all
...]
/frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp
99
virtual void
onFrameAvailable
(const BufferItem&) {
111
// onBuffersReleased and
onFrameAvailable
as there is currently
130
virtual void
onFrameAvailable
(const BufferItem&) {
/frameworks/native/services/surfaceflinger/
BufferLayer.cpp
727
void BufferLayer::
onFrameAvailable
(const BufferItem& item) {
[
all
...]
/frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2TestBuffer.cpp
59
void
onFrameAvailable
(const BufferItem& /*item*/)
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java
226
synchronized public void
onFrameAvailable
(SurfaceTexture surface) {
232
//Log.v(TAG, "
onFrameAvailable
" + surface.getTimestamp());
/cts/tests/camera/src/android/hardware/camera2/cts/
SurfaceViewPreviewTest.java
463
public void
onFrameAvailable
(SurfaceTexture t) {
[
all
...]
/frameworks/base/media/jni/
android_media_ImageReader.cpp
96
virtual void
onFrameAvailable
(const BufferItem& item);
214
void JNIImageReaderContext::
onFrameAvailable
(const BufferItem& /*item*/)
222
ALOGW("
onFrameAvailable
event will not posted");
[
all
...]
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
GL2CameraEye.java
331
synchronized public void
onFrameAvailable
(SurfaceTexture surface) {
/cts/tests/camera/src/android/hardware/cts/
CameraGLTest.java
198
public void
onFrameAvailable
(SurfaceTexture surfaceTexture) {
217
public void
onFrameAvailable
(SurfaceTexture surfaceTexture) {
386
and the SurfaceTexture
onFrameAvailable
callback */
444
/** Test Camera.setPreviewTexture in conjunction with just the SurfaceTexture
onFrameAvailable
callback */
[
all
...]
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java
593
synchronized public void
onFrameAvailable
(SurfaceTexture surface) {
/frameworks/support/heifwriter/src/main/java/androidx/heifwriter/
HeifEncoder.java
335
// make uncurrent since
onFrameAvailable
could be called on arbituray thread.
353
public void
onFrameAvailable
(SurfaceTexture surfaceTexture) {
366
if (DEBUG) Log.d(TAG, "
onFrameAvailable
: timestampUs " + (timestampNs / 1000));
390
// make uncurrent since the
onFrameAvailable
could be called on arbituray thread.
705
* {@link #addBitmap(Bitmap)} and {@link #
onFrameAvailable
(SurfaceTexture)}), it must be fully
[
all
...]
/packages/apps/DevCamera/src/com/android/devcamera/
Api2Camera.java
297
public void
onFrameAvailable
(SurfaceTexture surfaceTexture) {
298
Log.v(TAG, "
onFrameAvailable
(SurfaceTexture)");
[
all
...]
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoramaActivity.java
513
public synchronized void
onFrameAvailable
(SurfaceTexture surface) {
517
// Frames might still be available after the activity is paused. If we call
onFrameAvailable
[
all
...]
/cts/tests/tests/media/src/android/media/cts/
DecodeAccuracyTestBase.java
[
all
...]
EncodeVirtualDisplayWithCompositionTest.java
[
all
...]
VideoEncoderTest.java
700
// wait for mFrameAvailable, which is set by
onFrameAvailable
().
768
public void
onFrameAvailable
(SurfaceTexture st)
[
all
...]
/prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 1313 milliseconds
1
2
3