Home
last modified time | relevance | path

Searched refs:decoded_frame (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediadecoder_jni.cc733 VideoFrame decoded_frame(frame_buffer, 0, 0, webrtc::kVideoRotation_0); in DeliverPendingOutputs() local
734 decoded_frame.set_timestamp(output_timestamps_ms); in DeliverPendingOutputs()
735 decoded_frame.set_ntp_time_ms(output_ntp_timestamps_ms); in DeliverPendingOutputs()
740 ". Color: " << color_format << ". TS:" << decoded_frame.timestamp() << in DeliverPendingOutputs()
765 if (!decoded_frame.IsZeroSize()) { in DeliverPendingOutputs()
768 callback_->Decoded(decoded_frame, decode_time_ms); in DeliverPendingOutputs()
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
Dh264_video_toolbox_decoder.cc97 webrtc::VideoFrame decoded_frame(buffer, decode_params->timestamp, 0, in VTDecompressionOutputCallback() local
99 decode_params->callback->Decoded(decoded_frame); in VTDecompressionOutputCallback()