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

  /frameworks/base/native/android/
native_window.cpp 71 err = native_window_set_scaling_mode(window, mode);
  /frameworks/av/libvideoeditor/lvpp/
PreviewRenderer.cpp 64 err = native_window_set_scaling_mode(
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 104 native_window_set_scaling_mode(
  /system/core/include/system/
window.h 245 NATIVE_WINDOW_SET_SCALING_MODE = 10, /* private */
289 /* parameter for NATIVE_WINDOW_SET_SCALING_MODE */
442 * NATIVE_WINDOW_SET_SCALING_MODE (private)
598 * (see native_window_set_scaling_mode) upon window composition.
623 * native_window_set_scaling_mode) upon window composition.
684 * native_window_set_scaling_mode(..., int mode)
688 static inline int native_window_set_scaling_mode( function
692 return window->perform(window, NATIVE_WINDOW_SET_SCALING_MODE,
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 555 native_window_set_scaling_mode(window.get(),
665 native_window_set_scaling_mode(mPreviewWindow.get(),
    [all...]
  /frameworks/base/media/jni/
android_media_MediaCodec.cpp 266 native_window_set_scaling_mode(mSurfaceTextureClient.get(), mode);
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp     [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp     [all...]
ACodec.cpp     [all...]
OMXCodec.cpp     [all...]

Completed in 269 milliseconds