Home
last modified time | relevance | path

Searched refs:checkOutBufType (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwjpeg/include/
DExynosJpegApi.h119 int checkOutBufType(void) { return m_iOutBufType; } in checkOutBufType() function
/hardware/google/graphics/common/libhwjpeg/
DExynosJpegEncoderForCamera.cpp313 if (checkOutBufType() == JPEG_BUF_TYPE_USER_PTR) { in PrepareCompression()