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

/frameworks/av/media/libmedia/
H A DIOMX.cpp358 OMX_U32 max_width, OMX_U32 max_height) {
364 data.writeInt32(max_width);
817 OMX_U32 max_width = 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
611 max_width = ((temp_w + 15) >> 4) << 4;
613 nTotalMB = ((max_width * max_height) >> 8);
684 video->predDCAC_col = (typeDCACStore *) M4VENC_MALLOC(((max_width >> 4) + 1) * sizeof(typeDCACStore));
735 pitch = max_width;
740 pitch = max_width + 32;
1083 int max_width, offset; local
1153 max_width = video->encParams->LayerWidth[0];
1154 max_width = (((max_width
2965 Int idx, temp_w, temp_h, max = 0, max_width, max_height; local
[all...]

Completed in 78 milliseconds