Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/src/jni/
Dvideo_encoder_wrapper.h73 CodecSpecificInfo ParseCodecSpecificInfo(const EncodedImage& frame);
Dvideo_encoder_wrapper.cc261 CodecSpecificInfo info(ParseCodecSpecificInfo(frame)); in OnEncodedFrame()
341 CodecSpecificInfo VideoEncoderWrapper::ParseCodecSpecificInfo( in ParseCodecSpecificInfo() function in webrtc::jni::VideoEncoderWrapper