Home
last modified time | relevance | path

Searched refs:mFormat (Results 1 – 25 of 26) sorted by relevance

12

/hardware/libhardware/modules/camera/
DStream.cpp41 mFormat(s->format), in Stream()
169 if (s->format != mFormat) { in isValidReuseStream()
172 s->format, formatToString(mFormat), mFormat); in isValidReuseStream()
229 dprintf(fd, "Stream Format: %s (%d)", formatToString(mFormat), mFormat); in dump()
DStream.h67 const int mFormat; variable
/hardware/intel/img/hwcomposer/merrifield/include/
DDataBuffer.h77 void setFormat(uint32_t format) { mFormat = format; } in setFormat()
78 uint32_t getFormat() const { return mFormat; } in getFormat()
88 mFormat = 0; in initBuffer()
99 uint32_t mFormat; variable
DVirtualDevice.h77 const uint32_t mFormat; variable
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DDataBuffer.h77 void setFormat(uint32_t format) { mFormat = format; } in setFormat()
78 uint32_t getFormat() const { return mFormat; } in getFormat()
88 mFormat = 0; in initBuffer()
99 uint32_t mFormat; variable
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DHwcLayer.cpp61 mFormat(DataBuffer::FORMAT_INVALID), in HwcLayer()
178 return mFormat; in getFormat()
295 DisplayQuery::isVideoFormat(mFormat)) { in setupAttributes()
307 if (mFormat != DataBuffer::FORMAT_INVALID) { in setupAttributes()
327 mFormat = buffer->getFormat(); in setupAttributes()
DHwcLayer.h100 uint32_t mFormat; variable
/hardware/intel/img/hwcomposer/merrifield/common/base/
DHwcLayer.cpp62 mFormat(DataBuffer::FORMAT_INVALID), in HwcLayer()
198 return mFormat; in getFormat()
352 DisplayQuery::isVideoFormat(mFormat)) { in setupAttributes()
369 if (mFormat != DataBuffer::FORMAT_INVALID) { in setupAttributes()
389 mFormat = buffer->getFormat(); in setupAttributes()
DHwcLayer.h107 uint32_t mFormat; variable
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DGrallocBufferBase.cpp48 switch (mFormat) { in initStride()
52 yStride_align = DisplayQuery::getOverlayLumaStrideAlignment(mFormat); in initStride()
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DGrallocBufferBase.cpp47 switch (mFormat) { in initStride()
51 yStride_align = DisplayQuery::getOverlayLumaStrideAlignment(mFormat); in initStride()
/hardware/libhardware/tests/camera2/
DCameraStreamFixture.h48 int mFormat; member
61 ANDROID_SCALER_AVAILABLE_FORMATS, p.mFormat, fmt, sizeof(fmt)); in PrintTo()
64 *os << "Format: 0x" << std::hex << p.mFormat << ", "; in PrintTo()
255 int format = MapAutoFormat(p.mFormat); in CreateStream()
DCameraMultiStreamTests.cpp183 mFormat = param.mFormat; in CameraStream()
211 mWidth, mHeight, mFormat, HAL_DATASPACE_UNKNOWN, in SetUp()
240 int mFormat; member
339 param.mFormat = MapAutoFormat(param.mFormat); in CreateStream()
Dcamera2_utils.cpp322 mWidth(0), mHeight(0), mFormat(0) in StreamAdapter()
347 mFormat = format; in connectToDevice()
356 mWidth, mHeight, mFormat, getStreamOps(), in connectToDevice()
390 mWidth, mHeight, mFormat); in connectToDevice()
394 __FUNCTION__, mWidth, mHeight, mFormat, mId); in connectToDevice()
DCameraStreamTests.cpp84 if (availableFormats.data.i32[i] == GetParam().mFormat) { in TEST_P()
Dcamera2_utils.h197 uint32_t mFormat; variable
/hardware/intel/img/hwcomposer/merrifield/ips/penwell/
DPnwGrallocBuffer.cpp35 mFormat = grallocHandle->format; in PnwGrallocBuffer()
/hardware/libhardware_legacy/audio/
DAudioDumpInterface.cpp266 mSampleRate(sampleRate), mFormat(format), mChannels(channels), mLatency(0), mDevice(devices), in AudioStreamOutDump()
332 return mFormat; in format()
363 mFormat = valueInt; in setParameters()
427 mSampleRate(sampleRate), mFormat(format), mChannels(channels), mDevice(devices), in AudioStreamInDump()
536 return mFormat; in format()
DAudioDumpInterface.h66 uint32_t mFormat; // variable
107 uint32_t mFormat; // variable
DAudioPolicyManagerBase.cpp561 outputDesc->mFormat = mTestFormat; in getOutput()
568 &outputDesc->mFormat, in getOutput()
617 (format == outputDesc->mFormat) && in getOutput()
632 outputDesc->mFormat = format; in getOutput()
642 &outputDesc->mFormat, in getOutput()
651 (format != AUDIO_FORMAT_DEFAULT && format != outputDesc->mFormat) || in getOutput()
655 outputDesc->mSamplingRate, format, outputDesc->mFormat, channelMask, in getOutput()
961 inputDesc->mFormat = format; in getInput()
968 &inputDesc->mFormat, in getInput()
974 (format != inputDesc->mFormat) || in getInput()
[all …]
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
DTngGrallocBuffer.cpp49 mFormat = grallocHandle->iFormat; in initBuffer()
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
DTngGrallocBuffer.cpp49 mFormat = grallocHandle->iFormat; in initBuffer()
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h275 audio_format_t mFormat; // variable
304 audio_format_t mFormat; // input configuration variable
/hardware/qcom/camera/QCamera2/HAL/
DQCameraMem.cpp1491 mFormat = HAL_PIXEL_FORMAT_YCrCb_420_SP; in QCameraGrallocMemory()
1536 mFormat = format; in setWindowInfo()
1636 err = mWindow->set_buffers_geometry(mWindow, mStride, mScanline, mFormat); in allocate()
1662 mScanline, mFormat); in allocate()
DQCameraMem.h248 int mWidth, mHeight, mFormat, mStride, mScanline; variable

12