Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwjpeg/include/
DExynosJpegEncoderForCamera.h91 inline bool IsThumbGenerationNeeded() { return !TestState(STATE_NO_CREATE_THUMBIMAGE); } in IsThumbGenerationNeeded()
97 !TestState(STATE_NO_BTBCOMP); in IsBTBCompressionSupported()
DExynosJpegApi.h94 bool TestState(unsigned int state) { return (m_uiState & state) == state; } in TestState() function
/hardware/google/graphics/common/libhwjpeg/
DExynosJpegEncoderForCamera.cpp284 TestState(STATE_HWFC_ENABLED)); in ProcessExif()
288 TestState(STATE_HWFC_ENABLED),TestState(STATE_NO_BTBCOMP)); in ProcessExif()
312 if (!TestState(STATE_NO_BTBCOMP) && IsBTBCompressionSupported()) { in PrepareCompression()
399 bool block_mode = !TestState(STATE_HWFC_ENABLED); in encode()
493 } else if (TestState(STATE_NO_BTBCOMP) || !IsBTBCompressionSupported()) { in FinishCompression()
550 mainlen, thumblen, TestState(STATE_HWFC_ENABLED), btb); in FinishCompression()
561 if (!TestState(STATE_HWFC_ENABLED)) in WaitForCompression()