Searched refs:codec_ctx_ (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/av_codec/test/nativedemo/video_demo/ |
H A D | avcodec_video_decoder_inner_demo.cpp | 108 codec_ctx_ = avcodec_alloc_context3(codec_); in VDecInnerDemo() 109 if (codec_ctx_ == nullptr) { in VDecInnerDemo() 114 if (avcodec_open2(codec_ctx_, codec_, NULL) < 0) { in VDecInnerDemo() 130 avcodec_free_context(&codec_ctx_); in ~VDecInnerDemo() 305 ret = av_parser_parse2(parser_, codec_ctx_, &pkt_->data, &pkt_->size, data_, data_size_, AV_NOPTS_VALUE, in ExtractPacket()
|
H A D | avcodec_video_decoder_demo.cpp | 175 codec_ctx_ = avcodec_alloc_context3(codec_); in VDecDemo() 176 if (codec_ctx_ == nullptr) { in VDecDemo() 181 if (avcodec_open2(codec_ctx_, codec_, NULL) < 0) { in VDecDemo() 202 avcodec_free_context(&codec_ctx_); in ~VDecDemo() 348 ret = av_parser_parse2(parser_, codec_ctx_, &pkt_->data, &pkt_->size, data_, data_size_, AV_NOPTS_VALUE, in ExtractPacket()
|
H A D | avcodec_video_decoder_demo.h | 92 AVCodecContext *codec_ctx_ = nullptr; member in OHOS::MediaAVCodec::VideoDemo::VDecDemo
|
H A D | avcodec_video_decoder_inner_demo.h | 118 AVCodecContext *codec_ctx_ = nullptr; member in OHOS::MediaAVCodec::InnerVideoDemo::VDecInnerDemo
|
Completed in 3 milliseconds