Searched refs:max_width (Results 1 – 6 of 6) sorted by relevance
/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 626 max_width = temp_w; in PVInitVideoEncoder() 629 nTotalMB = ((max_width * max_height) >> 8); in PVInitVideoEncoder() 706 if ((size_t)((max_width >> 4) + 1) > SIZE_MAX / sizeof(typeDCACStore)) { in PVInitVideoEncoder() 709 …video->predDCAC_col = (typeDCACStore *) M4VENC_MALLOC(((max_width >> 4) + 1) * sizeof(typeDCACStor… in PVInitVideoEncoder() 763 pitch = max_width; in PVInitVideoEncoder() 768 pitch = max_width + 32; in PVInitVideoEncoder() 1121 int max_width, offset; in PVCleanUpVideoEncoder() local 1191 max_width = video->encParams->LayerWidth[0]; in PVCleanUpVideoEncoder() 1192 max_width = (((max_width + 15) >> 4) << 4); /* 09/19/05 */ in PVCleanUpVideoEncoder() [all …]
|
/frameworks/av/media/libmedia/ |
D | IOMX.cpp | 223 OMX_U32 max_width, OMX_U32 max_height) { in prepareForAdaptivePlayback() argument 228 data.writeInt32(max_width); in prepareForAdaptivePlayback() 669 OMX_U32 max_width = data.readInt32(); in onTransact() local 673 port_index, enable, max_width, max_height); in onTransact()
|
/frameworks/av/media/codec2/components/dav1d/ |
D | C2SoftDav1dDec.cpp | 669 ALOGV("dav1d found a sequenceHeader (%dx%d) for in_frameIndex=%ld.", seq.max_width, in process() 671 if (seq.max_width != mWidth || seq.max_height != mHeight) { in process() 673 mWidth = seq.max_width; in process()
|
/frameworks/proto_logging/stats/message/ |
D | mediametrics_message.proto | 148 optional int32 max_width = 12; 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 | 11407 optional int32 max_width = 16; field
|