Searched refs:max_height (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/libmedia/ |
D | IOMX.cpp | 223 OMX_U32 max_width, OMX_U32 max_height) { in prepareForAdaptivePlayback() argument 229 data.writeInt32(max_height); in prepareForAdaptivePlayback() 670 OMX_U32 max_height = data.readInt32(); in onTransact() local 673 port_index, enable, max_width, max_height); in onTransact()
|
/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
D | mp4enc_api.cpp | 198 Int max = 0, max_width = 0, max_height = 0, pitch, offset; in PVInitVideoEncoder() local 627 max_height = temp_h; in PVInitVideoEncoder() 629 nTotalMB = ((max_width * max_height) >> 8); in PVInitVideoEncoder() 770 max_height += 32; in PVInitVideoEncoder() 772 if (((uint64_t)pitch * max_height) > (uint64_t)INT32_MAX) { in PVInitVideoEncoder() 775 size = pitch * max_height; in PVInitVideoEncoder() 2999 Int idx, temp_w, temp_h, max = 0, max_width, max_height; in SetProfile_BufferSize() local 3033 max_height = temp_h; in SetProfile_BufferSize() 3034 nTotalMB = ((max_width + 15) >> 4) * ((max_height + 15) >> 4); in SetProfile_BufferSize()
|
/frameworks/av/media/codec2/components/dav1d/ |
D | C2SoftDav1dDec.cpp | 670 seq.max_height, (long)in_frameIndex); in process() 671 if (seq.max_width != mWidth || seq.max_height != mHeight) { in process() 674 mHeight = seq.max_height; in process()
|
/frameworks/proto_logging/stats/message/ |
D | mediametrics_message.proto | 149 optional int32 max_height = 13; field
|
/frameworks/native/services/surfaceflinger/sysprop/ |
D | SurfaceFlingerProperties.sysprop | 158 # Must be equals to min(max_width, max_height).
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 11410 optional int32 max_height = 17; field
|