[go: nahoru, domu]

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp203 Int temp_w, temp_h, mbsPerSec; local
612 temp_w = video->encParams->LayerWidth[idx];
615 if ((temp_w*temp_h) > max)
617 max = temp_w * temp_h;
618 max_width = ((temp_w + 15) >> 4) << 4;
621 || temp_w > INT32_MAX - 15 || temp_h > INT32_MAX - 15) {
2998 Int idx, temp_w, temp_h, max = 0, max_width, max_height; local
3025 temp_w = video->encParams->LayerWidth[idx];
3028 if ((temp_w*temp_h) > max)
3030 max = temp_w * temp_
[all...]

Completed in 11 milliseconds