Home
last modified time | relevance | path

Searched refs:codecCtx_ (Results 1 - 2 of 2) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H A Daudio_aac_codec.cpp87 codecCtx_ = avcodec_alloc_context3(dec); in Init()
88 if (!codecCtx_) { in Init()
93 if (avcodec_open2(codecCtx_, dec, nullptr) < 0) { in Init()
129 avcodec_send_packet(codecCtx_, avPacket_); in OnFrame()
130 avcodec_receive_frame(codecCtx_, avFrame_); in OnFrame()
/foundation/CastEngine/castengine_wifi_display/services/codec/include/
H A Daudio_aac_codec.h54 AVCodecContext *codecCtx_ = nullptr; member in OHOS::Sharing::AudioAACDecoder

Completed in 2 milliseconds