Searched refs:FrameHeight (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4ENCODER_common.h264 M4ENCODER_FrameHeight FrameHeight; /**< Frame height */ member in struct:__anon168
290 M4ENCODER_FrameHeight FrameHeight; /**< Frame height */ member in struct:__anon169
331 M4ENCODER_FrameHeight FrameHeight; /**< Frame height */ member in struct:__anon170
/frameworks/av/libvideoeditor/vss/src/
H A DM4PTO3GPP_API.c1291 EncParams.FrameHeight = M4ENCODER_SQCIF_Height;
1295 EncParams.FrameHeight = M4ENCODER_QQVGA_Height;
1299 EncParams.FrameHeight = M4ENCODER_QCIF_Height;
1303 EncParams.FrameHeight = M4ENCODER_QVGA_Height;
1307 EncParams.FrameHeight = M4ENCODER_CIF_Height;
1311 EncParams.FrameHeight = M4ENCODER_VGA_Height;
1316 EncParams.FrameHeight = M4ENCODER_WVGA_Height;
1320 EncParams.FrameHeight = M4ENCODER_NTSC_Height;
1326 EncParams.FrameHeight = M4ENCODER_640_360_Height;
1331 EncParams.FrameHeight
[all...]
H A DM4VSS3GPP_AudioMixing.c3906 EncParams.FrameHeight = pC->ewc.uiVideoHeight;
H A DM4VSS3GPP_EditVideo.c2493 EncParams.FrameHeight = pC->ewc.uiVideoHeight;
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoEncoder.cpp596 pEncoderContext->mCodecParams->FrameHeight = pCodecParams->FrameHeight;
609 VIDEOEDITOR_CHECK(0 == pEncoderContext->mCodecParams->FrameHeight % 16,
639 pEncoderContext->mCodecParams->FrameHeight,
659 (int32_t)pEncoderContext->mCodecParams->FrameHeight);
661 (int32_t)pEncoderContext->mCodecParams->FrameHeight);
756 pEncoderContext->mCodecParams->FrameHeight;
765 pOutPlane[0].u_height = pEncoderContext->mCodecParams->FrameHeight;
790 int actualHeight = pEncoderContext->mCodecParams->FrameHeight;
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c5732 EncParams.FrameHeight = pC->EncodingHeight;
5770 EncParams.FrameHeight = pC->EncodingHeight;
5891 EncParams1.FrameHeight = EncParams.FrameHeight;
5942 || ((M4OSA_UInt32)EncParams.FrameHeight

Completed in 106 milliseconds