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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp198 Int max = 0, max_width = 0, max_height = 0, pitch, offset; local
618 max_width = ((temp_w + 15) >> 4) << 4;
620 if (((uint64_t)max_width * max_height) > (uint64_t)INT32_MAX
624 nTotalMB = ((max_width * max_height) >> 8);
701 if ((size_t)((max_width >> 4) + 1) > SIZE_MAX / sizeof(typeDCACStore)) {
704 video->predDCAC_col = (typeDCACStore *) M4VENC_MALLOC(((max_width >> 4) + 1) * sizeof(typeDCACStore));
758 pitch = max_width;
763 pitch = max_width + 32;
1116 int max_width, offset; local
1186 max_width
2998 Int idx, temp_w, temp_h, max = 0, max_width, max_height; local
[all...]
/frameworks/av/media/libmedia/
H A DIOMX.cpp455 OMX_U32 max_width, OMX_U32 max_height) {
461 data.writeInt32(max_width);
1062 OMX_U32 max_width = data.readInt32(); local
1066 node, port_index, enable, max_width, max_height);
453 prepareForAdaptivePlayback( node_id node, OMX_U32 port_index, OMX_BOOL enable, OMX_U32 max_width, OMX_U32 max_height) argument

Completed in 53 milliseconds