Searched defs:videoEncoder (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaProfileReader.java78 public static String getVideoCodecName(int videoEncoder) { argument
79 if (videoEncoder != MediaRecorder.VideoEncoder.H263 &&
80 videoEncoder != MediaRecorder.VideoEncoder.H264 &&
81 videoEncoder != MediaRecorder.VideoEncoder.MPEG_4_SP) {
82 throw new IllegalArgumentException("Unsupported video encoder " + videoEncoder);
84 return videoEncoderMap.get(videoEncoder);
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp391 int outputFormat, int videoEncoder, int width, int height, int fps);
468 int outputFormat, int videoEncoder, int width, int height, int fps) {
472 mr->setVideoEncoder(videoEncoder);
467 setUpMediaRecorder(int fd, int videoSource, int outputFormat, int videoEncoder, int width, int height, int fps) argument

Completed in 108 milliseconds