Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwjpeg/
DExynosJpegEncoder.cpp40 m_iInBufType = that->m_iInBufType; in setJpegConfig()
80 m_iInBufType = JPEG_BUF_TYPE_DMA_BUF; in setInBuf()
127 m_iInBufType = JPEG_BUF_TYPE_USER_PTR; in setInBuf()
/hardware/google/graphics/common/libhwjpeg/include/
DExynosJpegApi.h68 char m_iInBufType; variable
103 m_iInBufType(JPEG_BUF_TYPE_USER_PTR), in ExynosJpegEncoder()
132 int checkInBufType(void) { return m_iInBufType; } in checkInBufType()