Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
DTngGrallocBuffer.cpp50 mFormat = grallocHandle->iFormat; in initBuffer()
51 if (mFormat == OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar || in initBuffer()
52 mFormat == OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar_Tiled) { in initBuffer()
/hardware/libhardware/modules/camera/3_0/
DStream.cpp42 mFormat(s->format), in Stream()
170 if (s->format != mFormat) { in isValidReuseStream()
173 s->format, formatToString(mFormat), mFormat); in isValidReuseStream()
230 dprintf(fd, "Stream Format: %s (%d)", formatToString(mFormat), mFormat); in dump()
DStream.h67 const int 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/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.h84 const 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()
53 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/google/av/media/sfplugin/
DCCodecBufferChannel.cpp71 mFormat = format; in setFormat()
78 return mFormat != nullptr ? mFormat->dup() : nullptr; in dupFormat()
94 sp<AMessage> mFormat; member in android::CCodecBufferChannel::Buffers
625 c2Buffer->setFormat(mFormat); in requestNewBuffer()
651 (void)mFormat->findInt32(KEY_MAX_INPUT_SIZE, &capacity); in requestNewBuffer()
675 (void)mFormat->findInt32(C2_NAME_STREAM_MAX_BUFFER_SIZE_SETTING, &capacity); in toArrayMode()
679 array->setFormat(mFormat); in toArrayMode()
696 return LinearBlockBuffer::Allocate(mFormat, block); in alloc()
750 return new EncryptedLinearBlockBuffer(mFormat, block, memory, mHeapSeqNum); in alloc()
776 sp<GraphicMetadataBuffer> newBuffer = new GraphicMetadataBuffer(mFormat, alloc); in requestNewBuffer()
[all …]
/hardware/intel/img/hwcomposer/merrifield/ips/penwell/
DPnwGrallocBuffer.cpp35 mFormat = grallocHandle->format; in PnwGrallocBuffer()
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
DTngGrallocBuffer.cpp49 mFormat = grallocHandle->iFormat; in initBuffer()
/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
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraMem.h258 int getFormat(){return mFormat;}; in getFormat()
269 int mUsage, mFormat; variable
316 int mWidth, mHeight, mFormat, mStride, mScanline, mUsage; variable
DQCameraMem.cpp1305 mFormat = OMX_COLOR_FormatYUV420SemiPlanar; in QCameraVideoMemory()
1424 MetaBufferUtil::setIntAt(nh, 0, VIDEO_META_FORMAT, mFormat); in allocateMore()
1493 MetaBufferUtil::setIntAt(nh, j, VIDEO_META_FORMAT, mFormat); in allocateMeta()
1791 mFormat = convCamtoOMXFormat(format); in setVideoInfo()
1891 mFormat = HAL_PIXEL_FORMAT_YCrCb_420_SP; in QCameraGrallocMemory()
1942 mFormat = format; in setWindowInfo()
2254 err = mWindow->set_buffers_geometry(mWindow, mWidth, mHeight, mFormat); in allocate()
2277 mScanline, mFormat); in allocate()
/hardware/interfaces/automotive/evs/1.0/default/
DEvsCamera.cpp62 mFormat = HAL_PIXEL_FORMAT_RGBA_8888; in EvsCamera()
314 status_t result = alloc.allocate(mWidth, mHeight, mFormat, 1, mUsage, in increaseAvailableFrames_Locked()
427 buff.format = mFormat; in generateFrames()
DEvsCamera.h76 uint32_t mFormat = 0; // Values from android_pixel_format_t [TODO: YUV? Leave opaque?] variable
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioPolicyManagerBase.h275 audio_format_t mFormat; // variable
304 audio_format_t mFormat; // input configuration variable
/hardware/google/av/codec2/include/
DC2Buffer.h2277 inline uint32_t format() const { return mFormat; } in format()
2293 uint32_t mFormat; variable
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp298 mPreviewHeight(0), mFormat(0), mPreviewUsage(0), in PreviewWindowCb()
371 int mFormat, mPreviewUsage; member
442 native_window_set_buffers_format(mAnw.get(), mFormat); in setBufferCount()
472 mFormat = static_cast<int>(format); in setBuffersGeometry()