Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwjpeg/
DExynosJpegEncoder.cpp37 m_iInBufType = that->m_iInBufType; in setJpegConfig()
87 m_iInBufType = JPEG_BUF_TYPE_DMA_BUF; in setInBuf()
146 m_iInBufType = JPEG_BUF_TYPE_USER_PTR; in setInBuf()
/hardware/google/graphics/common/libhwjpeg/include/
DExynosJpegApi.h68 char m_iInBufType; variable
100 m_iInBufType(JPEG_BUF_TYPE_USER_PTR), m_iOutBufType(JPEG_BUF_TYPE_USER_PTR), m_uiState(0), in ExynosJpegEncoder()
118 int checkInBufType(void) { return m_iInBufType; } in checkInBufType()