Home | History | Annotate | Download | only in vndk

Lines Matching refs:mInfo

269     const BufferDescriptorInfo mInfo;
286 mInfo(info),
352 mBuffer, mInfo.mapperInfo.width, mInfo.mapperInfo.height,
353 (uint32_t)mInfo.mapperInfo.format, mInfo.mapperInfo.usage, mInfo.stride, igbp_id, igbp_slot);
356 switch (mInfo.mapperInfo.format) {
464 4 * (int32_t)mInfo.stride, // rowInc
477 4 * (int32_t)mInfo.stride, // rowInc
490 4 * (int32_t)mInfo.stride, // rowInc
503 ALOGD("unsupported pixel format: %d", mInfo.mapperInfo.format);