HomeSort by relevance Sort by last modified time
    Searched full:numlayers (Results 51 - 75 of 111) sorted by null

1 23 4 5

  /hardware/intel/common/libmix/videoencoder/
PVSoftMPEG4Encoder.cpp 178 mEncParams->numLayers = 1;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.h 119 void reset(const int& numLayers);
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 184 const int numLayers = ctx->listStats[mDpy].numAppLayers;
185 mCurrentFrame.reset(numLayers);
252 void MDPComp::FrameInfo::reset(const int& numLayers) {
266 layerCount = numLayers;
267 fbCount = numLayers;
    [all...]
hwc_mdpcomp.h 122 void reset(const int& numLayers);
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_mdpcomp.cpp 191 const int numLayers = ctx->listStats[mDpy].numAppLayers;
192 mCurrentFrame.reset(numLayers);
294 void MDPComp::FrameInfo::reset(const int& numLayers) {
308 layerCount = numLayers;
309 fbCount = numLayers;
    [all...]
hwc_mdpcomp.h 129 void reset(const int& numLayers);
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.h 124 void reset(const int& numLayers);
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 193 unsigned int numlayers; member in struct:msm_venc_hierlayers
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tiledmappacker/
TiledMapPacker.java 216 int numlayers = map.getLayers().getCount(); local
217 int bucketSize = mapWidth * mapHeight * numlayers;
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
LayerDrawableTest.java     [all...]
  /external/pdfium/third_party/libopenjpeg20/
pi.c     [all...]
j2k.c     [all...]
j2k.h 253 OPJ_UINT32 numlayers; member in struct:opj_tcp
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp 434 Texture2DArraySpecCase (Context& context, const char* name, const char* desc, const tcu::TextureFormat& format, int width, int height, int numLayers, int numLevels);
448 Texture2DArraySpecCase::Texture2DArraySpecCase (Context& context, const char* name, const char* desc, const tcu::TextureFormat& format, int width, int height, int numLayers, int numLevels)
454 , m_numLayers (numLayers)
750 BasicTexImage2DArrayCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int width, int height, int numLayers)
751 : Texture2DArraySpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), width, height, numLayers, maxLevelCount(width, height))
    [all...]
es3fTextureUnitTests.cpp 514 float numLayers = (float)num2dArrayLayers[tex2dArrayNdx];
528 0.0f, 0.0f, numLayers, 0.0f,
    [all...]
  /external/skia/src/core/
SkPictureData.cpp 632 return fContentInfo.numLayers() > 0;
  /external/skia/src/gpu/
GrLayerCache.h 428 int numLayers() const { return fLayerHash.count(); }
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp     [all...]
  /development/ndk/platforms/android-24/include/GLES2/
gl2ext.h     [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 149 Int numLayers;
  /frameworks/native/opengl/include/GLES2/
gl2ext.h     [all...]
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 597 "flips=%u, isSecure=%d, powerMode=%d, activeConfig=%d, numLayers=%zu\n"

Completed in 690 milliseconds

1 23 4 5