Home
last modified time | relevance | path

Searched refs:codecId_ (Results 1 - 16 of 16) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/protocol/frame/
H A Daac_frame.cpp26 this->codecId_ = CODEC_AAC; in AACFrame()
31 this->codecId_ = CODEC_AAC; in AACFrame()
H A Dh264_frame.h47 this->codecId_ = CODEC_H264; in H264Frame()
52 this->codecId_ = CODEC_H264; in H264Frame()
61 this->codecId_ = CODEC_H264; in H264Frame()
H A Dframe.h114 return codecId_;
134 CodecId codecId_ = CODEC_NONE; member in OHOS::Sharing::FrameImpl
/foundation/CastEngine/castengine_wifi_display/tests/demo/codec/
H A Dcodec_demo.cpp103 g711Frame->codecId_ = CODEC_G711A; in DecodeG711()
127 aacFrame->codecId_ = CODEC_AAC; in DecodeAAC()
152 pcmFrame->codecId_ = CODEC_PCM; in EncodeG711()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_codec_g711.cpp70 frame->codecId_ = CODEC_G711A; in ObtainFrame()
79 cacheFrame_->codecId_ = CODEC_G711A; in RtpEncoderG711()
H A Drtp_codec_aac.cpp104 frame->codecId_ = CODEC_AAC; in ObtainFrame()
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H A Daudio_g711_codec.cpp51 g711Frame->codecId_ = type_ == G711_ALAW ? CODEC_G711A : CODEC_G711U; in OnFrame()
101 pcmFrame->codecId_ = CODEC_PCM; in OnFrame()
H A Daudio_pcm_processor.cpp88 pcmFrame->codecId_ = CODEC_PCM; in OnFrame()
H A Daudio_aac_codec.cpp164 pcmFrame->codecId_ = CODEC_PCM; in OnFrame()
442 aacFrame->codecId_ = CODEC_AAC; in OnFrame()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/rtp/
H A Dwfd_rtp_consumer_test.cpp204 frame->codecId_ = CODEC_AAC; in HWTEST_F()
222 frame->codecId_ = CODEC_H264; in HWTEST_F()
240 frame->codecId_ = CODEC_AAC; in HWTEST_F()
258 frame->codecId_ = CODEC_H264; in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/
H A Daudio_player.cpp123 frame->codecId_ = audioCodecId_; in ProcessAudioData()
/foundation/CastEngine/castengine_wifi_display/services/impl/screen_capture/mediasource/
H A Daudio_source_capturer.cpp117 pcmFrame->codecId_ = CODEC_PCM; in AudioCaptureThreadWorker()
/foundation/CastEngine/castengine_wifi_display/tests/demo/rtp/
H A Drtp_enc_demo.cpp299 frame->codecId_ = CODEC_AAC; in main()
337 frame->codecId_ = CODEC_G711A; in main()
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/
H A Dwfd_rtp_producer.cpp184 audioFrame->codecId_ = mediaData->codecId; in PublishOneFrame()
192 h264Frame->codecId_ = CODEC_H264; in PublishOneFrame()
/foundation/CastEngine/castengine_wifi_display/tests/demo/player/
H A Dplayer_demo.cpp134 g711Frame->codecId_ = CODEC_G711A; in DecodeG711ByTime()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/frame/
H A Dframe_unit_test.cpp223 frame->codecId_ = CODEC_DEFAULT; in HWTEST_F()

Completed in 7 milliseconds