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

/frameworks/av/media/libmedia/
H A DIOMX.cpp298 OMX_U32 max_width, OMX_U32 max_height) {
303 data.writeInt32(max_width);
821 OMX_U32 max_width = data.readInt32(); local
825 port_index, enable, max_width, max_height);
296 prepareForAdaptivePlayback( 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.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
2994 Int idx, temp_w, temp_h, max = 0, max_width, max_height; local
[all...]

Completed in 557 milliseconds