Searched refs:ihevce_encode (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/libhevc/encoder/ |
H A D | ihevce_plugin.h | 136 ihevce_encode(void *pv_ihevce_hdl, ihevce_inp_buf_t *ps_inp, ihevce_out_buf_t *ps_out);
|
H A D | ihevce_plugin.c | 1904 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 D | hevc_enc_fuzzer.cpp | 194 ihevce_encode(mCodecCtx, &sEncodeIp, &sEncodeOp); in encodeFrames()
|
/aosp_15_r20/frameworks/av/media/codec2/components/hevc/ |
H A D | C2SoftHevcEnc.cpp | 1078 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 D | main.c | 1054 status = ihevce_encode(ps_ctxt->ihevceHdl, ps_inp_pic, &out_pic); in libihevce_encode_frame()
|