Home
last modified time | relevance | path

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

/frameworks/av/media/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp203 Int temp_w, temp_h, mbsPerSec; in PVInitVideoEncoder() local
614 temp_h = video->encParams->LayerHeight[idx]; in PVInitVideoEncoder()
616 if ((temp_w*temp_h) > max) in PVInitVideoEncoder()
618 max = temp_w * temp_h; in PVInitVideoEncoder()
620 max_height = ((temp_h + 15) >> 4) << 4; in PVInitVideoEncoder()
622 || temp_w > INT32_MAX - 15 || temp_h > INT32_MAX - 15) { in PVInitVideoEncoder()
2995 Int idx, temp_w, temp_h, max = 0, max_width, max_height; in SetProfile_BufferSize() local
3023 temp_h = video->encParams->LayerHeight[idx]; in SetProfile_BufferSize()
3025 if ((temp_w*temp_h) > max) in SetProfile_BufferSize()
3027 max = temp_w * temp_h; in SetProfile_BufferSize()
[all …]