Home
last modified time | relevance | path

Searched refs:encHeight (Results 1 – 4 of 4) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/enc/include/
Dmp4enc_api.h160 Int encHeight[2]; member
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dpvm4vencoder.cpp434 aEncOption->encHeight[0] = codeword; in ParseFSI()
546 height = &(aEncOption->encHeight[0]); in iDecodeShortHeader()
935 aEncOption.encHeight[i] = iEncHeight[i] = aEncParam->iFrameHeight[i]; in Initialize()
Dmp4enc_api.cpp460 if (encOption->encHeight[0] != 96) /* source_format = 1 */ in PVInitVideoEncoder()
464 if (encOption->encHeight[0] != 144) /* source_format = 2 */ in PVInitVideoEncoder()
468 if (encOption->encHeight[0] != 288) /* source_format = 2 */ in PVInitVideoEncoder()
473 if (encOption->encHeight[0] != 576) /* source_format = 2 */ in PVInitVideoEncoder()
477 if (encOption->encHeight[0] != 1152) /* source_format = 2 */ in PVInitVideoEncoder()
487 encParams->LayerHeight[i] = encOption->encHeight[i]; in PVInitVideoEncoder()
/external/opencore/codecs_v2/omx/omx_m4venc/src/
Dmpeg4_enc.cpp203 aEncOption.encHeight[0] = aEncodeParam.nFrameHeight; in Mp4EncInit()