Home
last modified time | relevance | path

Searched refs:SetPadding (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libhwjpeg/include/
Dexynos-hwjpeg.h224 virtual bool SetPadding(const unsigned char padding[], unsigned int num_planes) = 0;
628 virtual bool SetPadding(const unsigned char padding[], unsigned int num_planes);
/hardware/google/graphics/common/libhwjpeg/
DExynosJpegEncoder.cpp205 return m_hwjpeg.SetPadding(padding, num_planes) ? 0 : -1; in setPadding()
Dhwjpeg-v4l2.cpp163 bool CHWJpegV4L2Compressor::SetPadding(const unsigned char padding[], unsigned int num_planes) { in SetPadding() function in CHWJpegV4L2Compressor