OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:codecType_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/app/webrtc/java/jni/
androidmediaencoder_jni.cc
164
VideoCodecType
codecType_
;
251
codecType_
(codecType),
338
RTC_CHECK(codec_settings->codecType ==
codecType_
)
340
<<
codecType_
;
343
scale_ = (
codecType_
!= kVideoCodecVP9) && (webrtc::field_trial::FindFullName(
347
if (
codecType_
== kVideoCodecVP8) {
359
} else if (
codecType_
== kVideoCodecH264) {
463
ALOGD << "InitEncodeOnCodecThread Type: " << (int)
codecType_
<< ", " <<
503
jni, "MediaCodecVideoEncoder$VideoCodecType",
codecType_
);
[
all
...]
androidmediadecoder_jni.cc
113
VideoCodecType
codecType_
;
176
codecType_
(codecType),
283
RTC_CHECK(inst->codecType ==
codecType_
)
284
<< "Unsupported codec " << inst->codecType << " for " <<
codecType_
;
306
ALOGD << "InitDecodeOnCodecThread Type: " << (int)
codecType_
<< ". "
339
jni, "MediaCodecVideoDecoder$VideoCodecType",
codecType_
);
354
switch (
codecType_
) {
434
if (
codecType_
== kVideoCodecH264) {
[
all
...]
Completed in 64 milliseconds