Rename EncodedImage::_buffer --> buffer_, and make private
Bug: webrtc:9378 Change-Id: I0a0636077b270a7c73bafafb958132fa648aca70 Reviewed-on: https://webrtc-review.googlesource.com/c/117722 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26294}
This commit is contained in:
@ -1075,9 +1075,9 @@ bool MediaCodecVideoEncoder::DeliverPendingOutputs(JNIEnv* jni) {
|
||||
H264::FindNaluIndices(payload, payload_size);
|
||||
if (nalu_idxs.empty()) {
|
||||
ALOGE << "Start code is not found!";
|
||||
ALOGE << "Data:" << image->_buffer[0] << " " << image->_buffer[1]
|
||||
<< " " << image->_buffer[2] << " " << image->_buffer[3] << " "
|
||||
<< image->_buffer[4] << " " << image->_buffer[5];
|
||||
ALOGE << "Data:" << image->data()[0] << " " << image->data()[1] << " "
|
||||
<< image->data()[2] << " " << image->data()[3] << " "
|
||||
<< image->data()[4] << " " << image->data()[5];
|
||||
ProcessHWError(true /* reset_if_fallback_unavailable */);
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user