HomeSort by relevance Sort by last modified time
    Searched refs:native_surface (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 320 const sp<Surface> native_surface = get_surface(env, surface); local
324 if (native_surface.get() == 0) {
330 LOGI("prepare: surface=%p (identity=%d)", native_surface.get(), native_surface->getIdentity());
331 if (process_media_recorder_call(env, mr->setPreviewSurface(native_surface), "java/lang/RuntimeException", "setPreviewSurface failed.")) {
android_media_MediaPlayer.cpp 293 const sp<Surface> native_surface = get_surface(env, surface); local
295 native_surface.get(), native_surface->getIdentity());
296 mp->setVideoSurface(native_surface);
333 const sp<Surface> native_surface = get_surface(env, surface); local
335 native_surface.get(), native_surface->getIdentity());
336 mp->setVideoSurface(native_surface);

Completed in 67 milliseconds