Searched defs:max_height (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmedia/
H A DIOMX.cpp358 OMX_U32 max_width, OMX_U32 max_height) {
365 data.writeInt32(max_height);
818 OMX_U32 max_height = data.readInt32(); local
821 node, port_index, enable, max_width, max_height);
356 prepareForAdaptivePlayback( node_id node, OMX_U32 port_index, OMX_BOOL enable, OMX_U32 max_width, OMX_U32 max_height) argument
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp191 Int max = 0, max_width = 0, max_height = 0, pitch, offset; local
612 max_height = ((temp_h + 15) >> 4) << 4;
613 nTotalMB = ((max_width * max_height) >> 8);
742 max_height += 32;
744 size = pitch * max_height;
2965 Int idx, temp_w, temp_h, max = 0, max_width, max_height; local
2999 max_height = temp_h;
3000 nTotalMB = ((max_width + 15) >> 4) * ((max_height + 15) >> 4);

Completed in 244 milliseconds