HomeSort by relevance Sort by last modified time
    Searched defs:onFrameAvailable (Results 1 - 25 of 36) sorted by null

1 2

  /frameworks/native/libs/gui/
DummyConsumer.cpp 35 void DummyConsumer::onFrameAvailable() {
36 ALOGV("onFrameAvailable");
ConsumerBase.cpp 96 void ConsumerBase::onFrameAvailable() {
97 CB_LOGV("onFrameAvailable");
106 CB_LOGV("actually calling onFrameAvailable");
107 listener->onFrameAvailable();
BufferQueue.cpp 588 listener->onFrameAvailable();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaListener.h 58 virtual void onFrameAvailable()
  /frameworks/native/libs/gui/tests/
BufferQueue_test.cpp 59 virtual void onFrameAvailable() {}
CpuConsumer_test.cpp 91 virtual void onFrameAvailable() {
103 // onBuffersReleased and onFrameAvailable as there is currently
122 virtual void onFrameAvailable() {
SurfaceTexture_test.cpp 518 virtual void onFrameAvailable() {
530 // onBuffersReleased and onFrameAvailable as there is currently
549 virtual void onFrameAvailable() {
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
FramebufferSurface.cpp 109 // Overrides ConsumerBase::onFrameAvailable(), does not call base class impl.
110 void FramebufferSurface::onFrameAvailable() {
  /frameworks/av/services/camera/libcameraservice/camera2/
BurstCapture.cpp 46 void BurstCapture::onFrameAvailable() {
CallbackProcessor.cpp 45 void CallbackProcessor::onFrameAvailable() {
CaptureSequencer.cpp 104 void CaptureSequencer::onFrameAvailable(int32_t frameId,
JpegProcessor.cpp 52 void JpegProcessor::onFrameAvailable() {
StreamingProcessor.cpp 462 void StreamingProcessor::onFrameAvailable() {
ZslProcessor.cpp 64 void ZslProcessor::onFrameAvailable() {
72 void ZslProcessor::onFrameAvailable(int32_t frameId, const CameraMetadata &frame) {
  /frameworks/av/media/libstagefright/
SurfaceMediaSource.cpp 441 void SurfaceMediaSource::onFrameAvailable() {
442 ALOGV("onFrameAvailable");
452 ALOGV("actually calling onFrameAvailable");
453 listener->onFrameAvailable();
  /frameworks/base/graphics/java/android/graphics/
SurfaceTexture.java 77 void onFrameAvailable(SurfaceTexture surfaceTexture);
279 mOnFrameAvailableListener.onFrameAvailable(SurfaceTexture.this);
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 92 virtual void onFrameAvailable();
147 void JNISurfaceTextureContext::onFrameAvailable()
154 ALOGW("onFrameAvailable event will not posted");
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SurfaceTextureScreenNail.java 139 abstract public void onFrameAvailable(SurfaceTexture surfaceTexture);
  /hardware/libhardware/tests/camera2/
camera2_utils.cpp 575 void FrameWaiter::onFrameAvailable() {
  /cts/tests/src/android/opengl/cts/
CompressedTextureSurfaceView.java 363 synchronized public void onFrameAvailable(SurfaceTexture surface) {
  /cts/tests/tests/media/src/android/media/cts/
VideoSurfaceView.java 252 synchronized public void onFrameAvailable(SurfaceTexture surface) {
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
SurfaceTextureRenderer.java 236 synchronized public void onFrameAvailable(SurfaceTexture surface) {
  /development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java 214 synchronized public void onFrameAvailable(SurfaceTexture surface) {
220 //Log.v(TAG, "onFrameAvailable " + surface.getTimestamp());
  /frameworks/native/services/surfaceflinger/
Layer.cpp 89 virtual void onFrameAvailable() {
  /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());

Completed in 654 milliseconds

1 2