Home
last modified time | relevance | path

Searched refs:g711Frame (Results 1 - 3 of 3) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H A Daudio_g711_codec.cpp49 auto g711Frame = FrameImpl::Create(); in OnFrame() local
50 RETURN_IF_NULL(g711Frame); in OnFrame()
51 g711Frame->codecId_ = type_ == G711_ALAW ? CODEC_G711A : CODEC_G711U; in OnFrame()
52 g711Frame->Assign((char *)outBuffer_.data(), outBuffer_.size()); in OnFrame()
53 DeliverFrame(g711Frame); in OnFrame()
/foundation/CastEngine/castengine_wifi_display/tests/demo/codec/
H A Dcodec_demo.cpp102 auto g711Frame = FrameImpl::Create(); in DecodeG711() local
103 g711Frame->codecId_ = CODEC_G711A; in DecodeG711()
107 g711Frame->Clear(); in DecodeG711()
108 g711Frame->Assign(p, 160); in DecodeG711()
109 decoder->OnFrame(g711Frame); in DecodeG711()
/foundation/CastEngine/castengine_wifi_display/tests/demo/player/
H A Dplayer_demo.cpp133 auto g711Frame = FrameImpl::Create(); in DecodeG711ByTime() local
134 g711Frame->codecId_ = CODEC_G711A; in DecodeG711ByTime()
144 g711Frame->Clear(); in DecodeG711ByTime()
145 g711Frame->Assign(p, packSize); in DecodeG711ByTime()
146 decoder->OnFrame(g711Frame); in DecodeG711ByTime()

Completed in 2 milliseconds