Home | History | Annotate | Download | only in hevc

Lines Matching refs:mCodecCtx

382       mCodecCtx(nullptr) {
442 mCodecCtx = nullptr;
511 if (mCodecCtx) {
512 IHEVCE_PLUGIN_STATUS_T err = ihevce_close(mCodecCtx);
514 mCodecCtx = nullptr;
525 CHECK(!mCodecCtx);
548 err = ihevce_init(&mEncParams, &mCodecCtx);
782 ihevce_encode(mCodecCtx, nullptr, &s_encode_op);
840 err = ihevce_encode_header(mCodecCtx, &s_header_op);
900 err = ihevce_encode(mCodecCtx, &s_encode_ip, &s_encode_op);