Searched refs:mCount (Results 1 - 22 of 22) sorted by relevance

/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit_priv.h34 mCount = 1;
44 if (me->mCount) {
49 me->mCount--;
55 mutable int mCount; member in struct:copybit_iterator
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit_priv.h34 mCount = 1;
44 if (me->mCount) {
49 me->mCount--;
55 mutable int mCount; member in struct:copybit_iterator
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_priv.h34 mCount = 1;
44 if (me->mCount) {
49 me->mCount--;
55 mutable int mCount; member in struct:copybit_iterator
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_priv.h34 mCount = 1;
44 if (me->mCount) {
49 me->mCount--;
55 mutable int mCount; member in struct:copybit_iterator
/hardware/intel/img/hwcomposer/ips/tangier/
H A DTngDisplayContext.cpp31 mCount(0)
60 mCount = 0;
69 mCount = 0;
87 if (mCount >= MAXIMUM_LAYER_NUMBER) {
108 IMG_hwc_layer_t *imgLayer = &imgLayerList[mCount++];
126 mCount,
149 VLOGTRACE("count = %d", mCount);
151 if (mIMGDisplayDevice && mCount) {
154 mCount,
198 if (mCount >
[all...]
H A DTngDisplayContext.h45 size_t mCount; member in class:android::intel::TngDisplayContext
/hardware/libhardware/tests/camera2/
H A Dcamera2_utils.cpp37 mCount(0),
72 mCount++;
92 return mCount;
98 if (mCount == 0) {
118 mCount = mStreamSlotCount;
120 ALOGV("MetadataQueue: deque (%d buffers)", mCount);
132 mCount--;
140 while (mCount == 0) {
H A Dcamera2_utils.h77 int mCount; member in class:android::camera2::tests::MetadataQueue
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_utils.h137 uint32_t mCount; member in class:qhwc::LayerRotMap
141 return mCount;
145 if(index >= mCount) return NULL;
150 if(index >= mCount) return NULL;
H A Dhwc_utils.cpp1129 if(mCount >= MAX_SESS) return;
1130 mLayer[mCount] = layer;
1131 mRot[mCount] = rot;
1132 mCount++;
1140 mCount = 0;
1144 for(uint32_t i = 0; i < mCount; i++) {
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_utils.h139 uint32_t mCount; member in class:qhwc::LayerRotMap
143 return mCount;
147 if(index >= mCount) return NULL;
152 if(index >= mCount) return NULL;
H A Dhwc_utils.cpp1200 if(mCount >= MAX_SESS) return;
1201 mLayer[mCount] = layer;
1202 mRot[mCount] = rot;
1203 mCount++;
1211 mCount = 0;
1215 for(uint32_t i = 0; i < mCount; i++) {
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.h187 uint32_t mCount; member in class:qhwc::LayerRotMap
191 return mCount;
195 if(index >= mCount) return NULL;
200 if(index >= mCount) return NULL;
H A Dhwc_utils.cpp2188 if(mCount >= MAX_SESS) return;
2189 mLayer[mCount] = layer;
2190 mRot[mCount] = rot;
2191 mCount++;
2199 mCount = 0;
2203 RotMgr::getInstance()->markUnusedTop(mCount);
2208 for(uint32_t i = 0; i < mCount; i++) {
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.h208 uint32_t mCount; member in class:qhwc::LayerRotMap
212 return mCount;
216 if(index >= mCount) return NULL;
221 if(index >= mCount) return NULL;
H A Dhwc_utils.cpp2204 if(mCount >= MAX_SESS) return;
2205 mLayer[mCount] = layer;
2206 mRot[mCount] = rot;
2207 mCount++;
2215 mCount = 0;
2219 RotMgr::getInstance()->markUnusedTop(mCount);
2224 for(uint32_t i = 0; i < mCount; i++) {
/hardware/ti/omap4-aah/camera/
H A DBaseCameraAdapter.cpp445 for ( uint32_t i = desc->mMaxQueueable ; i < desc->mCount ; i++ )
455 desc->mCount,
498 for ( uint32_t i = desc->mMaxQueueable ; i < desc->mCount ; i++ )
508 desc->mCount,
550 desc->mCount,
589 for ( uint32_t i = desc->mMaxQueueable ; i < desc->mCount ; i++ ) {
594 desc->mCount,
1084 for ( uint32_t i = desc->mMaxQueueable ; i < desc->mCount ; i++ ) {
1092 desc->mCount,
H A DCameraHal.cpp1939 desc.mCount = ( size_t ) required_buffer_count;
1953 desc.mCount = ( size_t ) required_buffer_count;
3112 desc.mCount = ( size_t ) ( mBracketRangeNegative + 1 );
3467 desc.mCount = ( size_t ) bufferCount;
3491 desc.mCount = ( size_t ) rawBufferCount;
3705 desc.mCount = (size_t) bufferCount;
/hardware/ti/omap4xxx/camera/
H A DBaseCameraAdapter.cpp364 for ( uint32_t i = desc->mMaxQueueable ; i < desc->mCount ; i++ )
374 desc->mCount,
417 for ( uint32_t i = desc->mMaxQueueable ; i < desc->mCount ; i++ )
427 desc->mCount,
470 for ( uint32_t i = desc->mMaxQueueable ; i < desc->mCount ; i++ )
480 desc->mCount,
H A DCameraHal.cpp1541 desc.mCount = ( size_t ) required_buffer_count;
1555 desc.mCount = ( size_t ) required_buffer_count;
2414 desc.mCount = ( size_t ) ( mBracketRangeNegative + 1 );
2600 desc.mCount = ( size_t ) bufferCount;
/hardware/ti/omap4-aah/camera/inc/
H A DCameraHal.h875 size_t mCount; member in struct:Ti::Camera::CameraAdapter::__anon3411
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h736 size_t mCount; member in struct:android::CameraAdapter::__anon3533

Completed in 1245 milliseconds