Reland of Android: Add field trial for Intel HW Vp8 encoder (patchset #1 id:1 of https://codereview.webrtc.org/2624143002/ )
Reason for revert: Fixed external test issues. Original issue's description: > Revert of Android: Add field trial for Intel HW Vp8 encoder (patchset #1 id:1 of https://codereview.webrtc.org/2614373004/ ) > > Reason for revert: > Breaks external test code. > > Original issue's description: > > Android: Add field trial for Intel HW Vp8 encoder > > > > Also enable Intel HW Vp8 encoder by default in AppRTCMobile. > > > > BUG=webrtc:6683 > > > > Review-Url: https://codereview.webrtc.org/2614373004 > > Cr-Commit-Position: refs/heads/master@{#16002} > > Committed:cecf86e9b0> > TBR=sakal@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=webrtc:6683 > > Review-Url: https://codereview.webrtc.org/2624143002 > Cr-Commit-Position: refs/heads/master@{#16005} > Committed:c999a08128TBR=sakal@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:6683 Review-Url: https://codereview.webrtc.org/2625903005 Cr-Commit-Position: refs/heads/master@{#16025}
This commit is contained in:
@ -1145,7 +1145,7 @@ JOW(void, PeerConnectionFactory_initializeInternalTracer)(JNIEnv* jni, jclass) {
|
||||
rtc::tracing::SetupInternalTracer();
|
||||
}
|
||||
|
||||
JOW(jstring, PeerConnectionFactory_fieldTrialsFindFullName)
|
||||
JOW(jstring, PeerConnectionFactory_nativeFieldTrialsFindFullName)
|
||||
(JNIEnv* jni, jclass, jstring j_name) {
|
||||
return JavaStringFromStdString(
|
||||
jni, webrtc::field_trial::FindFullName(JavaToStdString(jni, j_name)));
|
||||
|
||||
Reference in New Issue
Block a user