Home
last modified time | relevance | path

Searched refs:PCMA (Results 1 - 7 of 7) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_def.h30 PCMA, // G.711 alaw member in OHOS::Sharing::RtpPayloadStream
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_pack_impl.cpp49 case RtpPayloadStream::PCMA: // fall-through in InitEncoder()
H A Drtp_unpack_impl.cpp115 case RtpPayloadStream::PCMA: // fall-through in CreateRtpDecoder()
/foundation/CastEngine/castengine_wifi_display/tests/demo/player/
H A Dplayer_demo.cpp233 auto g711Unpack = RtpFactory::CreateRtpUnpack(RtpPlaylodParam{97, 8000, RtpPayloadStream::PCMA}); in main()
/foundation/CastEngine/castengine_wifi_display/tests/demo/rtp/
H A Drtp_dec_demo.cpp208 auto g711Unpack = RtpFactory::CreateRtpUnpack(RtpPlaylodParam{97, 8000, RtpPayloadStream::PCMA}); in main()
H A Drtp_enc_demo.cpp326 auto g711Pack = RtpFactory::CreateRtpPack(4568713, 1400, 8000, 97, RtpPayloadStream::PCMA, 2); in main()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/
H A Drtp_unit_test.cpp1214 rpp.ps_ = RtpPayloadStream::PCMA; in HWTEST_F()

Completed in 6 milliseconds