Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwjpeg/
H A DExynosJpegEncoderForCamera.cpp176 int thumb_width = m_nThumbWidth; in EnsureFormatIsApplied() local
182 thumb_width = 0; in EnsureFormatIsApplied()
188 getColorFormat(), width, height, thumb_width, thumb_height)) in EnsureFormatIsApplied()
/aosp12/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DObjectViewer.java127 view = (TextView)findViewById(R.id.thumb_width); in onResume()