Home
last modified time | relevance | path

Searched refs:decode_params (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/h264/
Dh264_video_toolbox_decoder.cc88 rtc::scoped_ptr<FrameDecodeParams> decode_params( in VTDecompressionOutputCallback() local
97 webrtc::VideoFrame decoded_frame(buffer, decode_params->timestamp, 0, in VTDecompressionOutputCallback()
99 decode_params->callback->Decoded(decoded_frame); in VTDecompressionOutputCallback()
/external/python/cpython2/Lib/email/
Dutils.py265 def decode_params(params): function
Dmessage.py510 params = utils.decode_params(params)
/external/python/cpython3/Lib/email/
Dutils.py257 def decode_params(params): function
Dmessage.py642 params = utils.decode_params(params)
/external/python/cpython2/Doc/library/
Demail.util.rst142 .. function:: decode_params(params)
Demail.rst216 :func:`decode_rfc2231`, :func:`encode_rfc2231`, and :func:`decode_params`.
/external/python/cpython3/Doc/library/
Demail.utils.rst208 .. function:: decode_params(params)