Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:videoCodec

1407     int videoCodec       = mEncoderProfiles->getCamcorderProfileParamByName(
1436 videoCodec == mVideoEncoder &&
1445 if (videoCodec == VIDEO_ENCODER_H264) {
1463 int videoCodec = mEncoderProfiles->getCamcorderProfileParamByName(
1466 if (videoCodec > VIDEO_ENCODER_DEFAULT &&
1467 videoCodec < VIDEO_ENCODER_LIST_END) {
1468 mVideoEncoder = (video_encoder)videoCodec;