Home
last modified time | relevance | path

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

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