Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp203 Int temp_w, temp_h, mbsPerSec; in PVInitVideoEncoder() local
616 temp_w = ((video->encParams->LayerWidth[idx] + 15) >> 4) << 4; in PVInitVideoEncoder()
619 if (temp_w > 2048 || temp_h > 2048) { in PVInitVideoEncoder()
623 if ((temp_w*temp_h) > max) in PVInitVideoEncoder()
625 max = temp_w * temp_h; in PVInitVideoEncoder()
626 max_width = temp_w; in PVInitVideoEncoder()
2999 Int idx, temp_w, temp_h, max = 0, max_width, max_height; in SetProfile_BufferSize() local
3026 temp_w = video->encParams->LayerWidth[idx]; in SetProfile_BufferSize()
3029 if ((temp_w*temp_h) > max) in SetProfile_BufferSize()
3031 max = temp_w * temp_h; in SetProfile_BufferSize()
[all …]