HomeSort by relevance Sort by last modified time
    Searched refs:target_codec (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/media/test/ffmpeg_tests/
ffmpeg_tests.cc 188 AVMediaType target_codec = AVMEDIA_TYPE_VIDEO; local
191 target_codec = AVMEDIA_TYPE_AUDIO;
216 if (target_codec == AVMEDIA_TYPE_VIDEO && video_threads > 0) {
279 if (target_codec == AVMEDIA_TYPE_AUDIO) {
323 } else if (target_codec == AVMEDIA_TYPE_VIDEO) {
425 if (target_codec == AVMEDIA_TYPE_AUDIO) {
435 } else if (target_codec == AVMEDIA_TYPE_VIDEO) {
  /external/chromium_org/media/tools/media_bench/
media_bench.cc 139 AVMediaType target_codec = AVMEDIA_TYPE_UNKNOWN; local
145 target_codec = AVMEDIA_TYPE_AUDIO;
147 target_codec = AVMEDIA_TYPE_VIDEO;
269 if (codec_context->codec_type == target_codec && target_stream < 0) {
321 if (target_codec == AVMEDIA_TYPE_VIDEO && video_threads > 0) {
386 if (target_codec == AVMEDIA_TYPE_AUDIO) {
430 } else if (target_codec == AVMEDIA_TYPE_VIDEO) {
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc 682 webrtc::VideoCodec* target_codec) {
683 if ((target_codec == NULL) || (video_format == cricket::VideoFormat())) {
686 target_codec->width = video_format.width;
687 target_codec->height = video_format.height;
688 target_codec->maxFramerate = cricket::VideoFormat::IntervalToFps(
3097 webrtc::VideoCodec target_codec = codec; local
3289 webrtc::VideoCodec target_codec = *send_codec_.get(); local
    [all...]

Completed in 3718 milliseconds