Home
last modified time | relevance | path

Searched refs:CodecSpecificInfoH264 (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/video_coding/include/
Dvideo_codec_interface.h87 struct CodecSpecificInfoH264 { struct
93 static_assert(std::is_pod<CodecSpecificInfoH264>::value, ""); argument
98 CodecSpecificInfoH264 H264;
/external/webrtc/call/
Drtp_payload_params.h65 void H264ToGeneric(const CodecSpecificInfoH264& h264_info,
Drtp_payload_params.cc315 void RtpPayloadParams::H264ToGeneric(const CodecSpecificInfoH264& h264_info, in H264ToGeneric()
/external/webrtc/sdk/android/api/org/webrtc/
DVideoEncoder.java87 public class CodecSpecificInfoH264 extends CodecSpecificInfo {} class