Searched refs:layerCount (Results 1 - 25 of 27) sorted by relevance

12

/hardware/interfaces/media/1.0/
H A Dtypes.hal44 uint64_t layerCount;
/hardware/interfaces/graphics/mapper/2.0/
H A DIMapper.hal40 uint32_t layerCount;
66 * function must return UNSUPPORTED if layerCount is great than 1.
/hardware/interfaces/graphics/mapper/2.0/default/
H A DGrallocBufferDescriptor.h45 descriptor[3] = descriptorInfo.layerCount;
H A DGrallocMapper.cpp94 !descriptorInfo.layerCount) {
98 if (!mCapabilities.layeredBuffers && descriptorInfo.layerCount > 1) {
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.cpp55 dumpsys_log(buf,"PREV_FRAME: layerCount:%2d mdpCount:%2d \
56 cacheCount:%2d \n", mCachedFrame.layerCount,
58 dumpsys_log(buf,"CURR_FRAME: layerCount:%2d mdpCount:%2d \
59 fbCount:%2d \n", mCurrentFrame.layerCount,
67 for(int index = 0; index < mCurrentFrame.layerCount; index++ )
222 layerCount = numLayers;
232 for(int idx = 0; idx < layerCount; idx++) {
248 layerCount = 0;
262 layerCount = curFrame.layerCount;
[all...]
H A Dhwc_mdpcomp.h80 int layerCount; member in struct:qhwc::MDPComp::FrameInfo
103 int layerCount; member in struct:qhwc::MDPComp::LayerCache
/hardware/interfaces/graphics/allocator/2.0/default/
H A DGralloc1On0Adapter.h111 layerCount(1),
127 layerCount = lc;
144 uint32_t layerCount; member in struct:android::hardware::Gralloc1On0Adapter::Descriptor
182 gralloc1_buffer_descriptor_t descriptorId, uint32_t layerCount) {
184 &Descriptor::setLayerCount, layerCount);
237 *outLayerCount = mDescriptor.layerCount;
181 setLayerCountHook(gralloc1_device_t* device, gralloc1_buffer_descriptor_t descriptorId, uint32_t layerCount) argument
H A DGralloc0Allocator.cpp115 if (info.layerCount > 1 || (info.usage >> 32) != 0) {
H A DGralloc1Allocator.cpp279 mDispatch.setLayerCount(mDevice, descriptor, info.layerCount);
280 } else if (info.layerCount > 1) {
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp64 if(mCurrentFrame.layerCount > MAX_NUM_APP_LAYERS)
70 dumpsys_log(buf,"CURR_FRAME: layerCount:%2d mdpCount:%2d "
71 "fbCount:%2d \n", mCurrentFrame.layerCount,
94 for(int index = 0; index < mCurrentFrame.layerCount; index++ )
266 layerCount = numLayers;
276 for(int idx = 0; idx < layerCount; idx++) {
292 layerCount = 0;
303 layerCount = curFrame.layerCount;
310 if(layerCount !
[all...]
H A Dhwc_copybit.h61 int layerCount; member in struct:qhwc::CopyBit::LayerCache
H A Dhwc_copybit.cpp139 if(mLayerCache.layerCount != ctx->listStats[dpy].numAppLayers) {
407 int layerCount = 0; local
418 layerCount = ctx->listStats[dpy].numAppLayers;
436 if(layerCount == 1)
439 if(layerCount == MAX_LAYERS_FOR_ABC) {
444 for (int i = abcRenderBufIdx + 1; i < layerCount; i++) {
460 for(int i = abcRenderBufIdx + 1; i < layerCount; i++){
1150 layerCount = 0;
1155 layerCount = ctx->listStats[dpy].numAppLayers;
H A Dhwc_mdpcomp.h101 int layerCount; member in struct:qhwc::MDPComp::FrameInfo
128 int layerCount; member in struct:qhwc::MDPComp::LayerCache
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.cpp63 if(mCurrentFrame.layerCount > MAX_NUM_APP_LAYERS)
69 dumpsys_log(buf,"CURR_FRAME: layerCount:%2d mdpCount:%2d "
70 "fbCount:%2d \n", mCurrentFrame.layerCount,
93 for(int index = 0; index < mCurrentFrame.layerCount; index++ )
249 layerCount = numLayers;
259 for(int idx = 0; idx < layerCount; idx++) {
274 layerCount = 0;
278 layerCount = curFrame.layerCount;
285 if(layerCount !
[all...]
H A Dhwc_mdpcomp.h98 int layerCount; member in struct:qhwc::MDPComp::FrameInfo
125 int layerCount; member in struct:qhwc::MDPComp::LayerCache
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_copybit.h63 int layerCount; member in struct:qhwc::CopyBit::LayerCache
H A Dhwc_mdpcomp.cpp66 if(mCurrentFrame.layerCount > MAX_NUM_APP_LAYERS)
72 dumpsys_log(buf,"CURR_FRAME: layerCount:%2d mdpCount:%2d "
73 "fbCount:%2d \n", mCurrentFrame.layerCount,
96 for(int index = 0; index < mCurrentFrame.layerCount; index++ )
308 layerCount = numLayers;
318 for(int idx = 0; idx < layerCount; idx++) {
333 layerCount = 0;
337 layerCount = curFrame.layerCount;
344 if(layerCount !
[all...]
H A Dhwc_mdpcomp.h108 int layerCount; member in struct:qhwc::MDPComp::FrameInfo
135 int layerCount; member in struct:qhwc::MDPComp::LayerCache
H A Dhwc_copybit.cpp212 if((mLayerCache.layerCount != ctx->listStats[dpy].numAppLayers) ||
518 int layerCount = 0; local
529 layerCount = ctx->listStats[dpy].numAppLayers;
548 if(layerCount == 1)
551 if(layerCount == MAX_LAYERS_FOR_ABC) {
556 for (int i = abcRenderBufIdx + 1; i < layerCount; i++) {
572 for(int i = abcRenderBufIdx + 1; i < layerCount; i++){
1341 layerCount = 0;
1346 layerCount = ctx->listStats[dpy].numAppLayers;
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_copybit.h61 int layerCount; member in struct:qhwc::CopyBit::LayerCache
H A Dhwc_mdpcomp.cpp75 if(mCurrentFrame.layerCount > MAX_NUM_APP_LAYERS)
81 dumpsys_log(buf,"CURR_FRAME: layerCount:%2d mdpCount:%2d "
82 "fbCount:%2d \n", mCurrentFrame.layerCount,
105 for(int index = 0; index < mCurrentFrame.layerCount; index++ )
332 layerCount = numLayers;
342 for(int idx = 0; idx < layerCount; idx++) {
357 layerCount = 0;
361 layerCount = curFrame.layerCount;
368 if(layerCount !
[all...]
H A Dhwc_copybit.cpp139 if(mLayerCache.layerCount != ctx->listStats[dpy].numAppLayers) {
416 int layerCount = 0; local
427 layerCount = ctx->listStats[dpy].numAppLayers;
445 if(layerCount == 1)
448 if(layerCount == MAX_LAYERS_FOR_ABC) {
453 for (int i = abcRenderBufIdx + 1; i < layerCount; i++) {
469 for(int i = abcRenderBufIdx + 1; i < layerCount; i++){
1203 layerCount = 0;
1208 layerCount = ctx->listStats[dpy].numAppLayers;
H A Dhwc_mdpcomp.h103 int layerCount; member in struct:qhwc::MDPComp::FrameInfo
130 int layerCount; member in struct:qhwc::MDPComp::LayerCache
/hardware/libhardware/include/hardware/
H A Dgralloc1.h457 /* setLayerCount(..., layerCount)
471 * layerCount - the desired number of layers, must be non-zero
479 uint32_t layerCount);
/hardware/interfaces/media/omx/1.0/vts/functional/common/
H A Dmedia_hidl_test_common.cpp213 descriptorInfo.layerCount = 1;
254 buffer->omxBuffer.attr.anwBuffer.layerCount =
255 descriptorInfo.layerCount;

Completed in 345 milliseconds

12