Home
last modified time | relevance | path

Searched refs:ihevce_encode (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libhevc/encoder/
H A Dihevce_plugin.h136 ihevce_encode(void *pv_ihevce_hdl, ihevce_inp_buf_t *ps_inp, ihevce_out_buf_t *ps_out);
H A Dihevce_plugin.c1904 ihevce_encode(void *pv_ihevce_hdl, ihevce_inp_buf_t *ps_inp, ihevce_out_buf_t *ps_out) in ihevce_encode() function
/aosp_15_r20/external/libhevc/fuzzer/
H A Dhevc_enc_fuzzer.cpp194 ihevce_encode(mCodecCtx, &sEncodeIp, &sEncodeOp); in encodeFrames()
/aosp_15_r20/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcEnc.cpp1078 ihevce_encode(mCodecCtx, nullptr, &s_encode_op); in drainInternal()
1219 err = ihevce_encode(mCodecCtx, &s_encode_ip, &s_encode_op); in process()
/aosp_15_r20/external/libhevc/test/encoder/
H A Dmain.c1054 status = ihevce_encode(ps_ctxt->ihevceHdl, ps_inp_pic, &out_pic); in libihevce_encode_frame()