Searched refs:setFormat (Results 1 - 18 of 18) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/include/
H A DDataBuffer.h77 void setFormat(uint32_t format) { mFormat = format; } function in class:android::intel::DataBuffer
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DDataBuffer.h77 void setFormat(uint32_t format) { mFormat = format; } function in class:android::intel::DataBuffer
/hardware/interfaces/graphics/allocator/2.0/default/
H A DGralloc1Allocator.h72 GRALLOC1_PFN_SET_FORMAT setFormat; member in struct:android::hardware::graphics::allocator::V2_0::implementation::Gralloc1Allocator::__anon1040
H A DGralloc1Allocator.cpp89 initDispatch(GRALLOC1_FUNCTION_SET_FORMAT, &mDispatch.setFormat);
265 error = mDispatch.setFormat(mDevice, descriptor,
H A DGralloc1On0Adapter.h121 gralloc1_error_t setFormat(int32_t f) { function in struct:android::hardware::Gralloc1On0Adapter::Descriptor
178 &Descriptor::setFormat, format);
H A DGralloc1On0Adapter.cpp406 descriptor.setFormat(format);
/hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
H A Dimg_gralloc1.h104 GRALLOC1_PFN_SET_FORMAT setFormat = local
142 err32 = setFormat(d, descriptor, format);
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
H A Dimg_gralloc1.h104 GRALLOC1_PFN_SET_FORMAT setFormat = local
142 err32 = setFormat(d, descriptor, format);
/hardware/interfaces/audio/2.0/
H A DIStream.hal121 setFormat(AudioFormat format) generates (Result retval);
/hardware/interfaces/audio/2.0/default/
H A DStreamIn.cpp220 Return<Result> StreamIn::setFormat(AudioFormat format) { function in class:android::hardware::audio::V2_0::implementation::StreamIn
221 return mStreamCommon->setFormat(format);
H A DStream.h64 Return<Result> setFormat(AudioFormat format) override;
H A DStreamIn.h73 Return<Result> setFormat(AudioFormat format) override;
H A DStreamOut.h75 Return<Result> setFormat(AudioFormat format) override;
H A DStreamOut.cpp217 Return<Result> StreamOut::setFormat(AudioFormat format) { function in class:android::hardware::audio::V2_0::implementation::StreamOut
218 return mStreamCommon->setFormat(format);
H A DStream.cpp166 Return<Result> Stream::setFormat(AudioFormat format) { function in class:android::hardware::audio::V2_0::implementation::Stream
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DOverlayPlaneBase.cpp445 buf.setFormat(format);
1241 videoBufferMapper->setFormat(OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar);
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DOverlayPlaneBase.cpp425 buf.setFormat(format);
/hardware/interfaces/audio/2.0/vts/functional/
H A DAudioPrimaryHidlHalTest.cpp821 &IStream::getFormat, &IStream::setFormat))

Completed in 433 milliseconds