HomeSort by relevance Sort by last modified time
    Searched defs:mScalingMode (Results 1 - 6 of 6) sorted by null

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamBufferListener.h 34 uint32_t mScalingMode;
  /frameworks/native/include/gui/
IGraphicBufferConsumer.h 68 // mScalingMode is the current scaling mode for this buffer slot.
69 uint32_t mScalingMode;
Surface.h 203 // mScalingMode is the scaling mode that will be used for the next
205 int mScalingMode;
  /frameworks/av/include/media/
Visualizer.h 115 uint32_t getScalingMode() { return mScalingMode; }
166 uint32_t mScalingMode;
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.h 96 // mScalingMode is the current scaling mode for this buffer slot.
97 uint32_t mScalingMode;
  /frameworks/av/media/libeffects/visualizer/
EffectVisualizer.cpp 75 uint32_t mScalingMode;
206 pContext->mScalingMode = VISUALIZER_SCALING_MODE_NORMALIZED;
348 if (pContext->mScalingMode == VISUALIZER_SCALING_MODE_NORMALIZED) {
369 assert(pContext->mScalingMode == VISUALIZER_SCALING_MODE_AS_PLAYED);
493 ALOGV("get mScalingMode = %d", pContext->mScalingMode);
494 *((uint32_t *)p->data + 1) = pContext->mScalingMode;
526 pContext->mScalingMode = *((uint32_t *)p->data + 1);
527 ALOGV("set mScalingMode = %d", pContext->mScalingMode);
    [all...]

Completed in 824 milliseconds