Lines Matching defs:encoder

57 // To collect the encoder usage for the battery app
152 ALOGE("Invalid audio encoder: %d", ae);
169 ALOGE("Invalid video encoder: %d", ve);
349 // range that a specific encoder supports. The mismatch between the
364 // range that a specific encoder supports. The mismatch between the
478 // Additional check will be done later when we load the encoder.
487 // Additional check will be done later when we load the encoder.
655 } else if (key == "video-param-encoder-profile") {
660 } else if (key == "video-param-encoder-level") {
833 ALOGE("Unknown audio encoder: %d", mAudioEncoder);
887 ALOGE("Invalid encoder %d used for AMRNB recording",
893 ALOGE("Invlaid encoder %d used for AMRWB recording",
1009 sp<MediaSource> encoder;
1010 err = setupVideoEncoder(mediaSource, mVideoBitRate, &encoder);
1016 writer->addSource(encoder);
1033 ALOGV("clipVideoFrameRate: encoder %d", mVideoEncoder);
1050 ALOGV("clipVideoBitRate: encoder %d", mVideoEncoder);
1067 ALOGV("clipVideoFrameWidth: encoder %d", mVideoEncoder);
1085 // Dont clip for time lapse capture as encoder will have enough
1162 ALOGV("clipAudioBitRate: encoder %d", mAudioEncoder);
1184 ALOGV("clipAudioSampleRate: encoder %d", mAudioEncoder);
1206 ALOGV("clipNumberOfAudioChannels: encoder %d", mAudioEncoder);
1228 ALOGV("clipVideoFrameHeight: encoder %d", mVideoEncoder);
1418 // receiving output from video encoder component.
1423 sp<MediaSource> encoder = OMXCodec::Create(
1427 if (encoder == NULL) {
1428 ALOGW("Failed to create the encoder");
1429 // When the encoder fails to be created, we need
1436 *source = encoder;
1456 ALOGE("Unsupported audio encoder: %d", mAudioEncoder);
1488 sp<MediaSource> encoder;
1489 err = setupVideoEncoder(mediaSource, videoBitRate, &encoder);
1494 writer->addSource(encoder);