Home
last modified time | relevance | path

Searched refs:oapve_encode (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libopenapv/inc/
H A Doapv.h483 int OAPV_EXPORT oapve_encode(oapve_t eid, oapv_frms_t *ifrms, oapvm_t mid, oapv_bitb_t *bitb, oapve…
/aosp_15_r20/external/libopenapv/app/
H A Doapv_app_enc.c879 ret = oapve_encode(id, &ifrms, mid, &bitb, &stat, &rfrms); in main()
/aosp_15_r20/frameworks/av/media/codec2/components/apv/
H A DC2SoftApvEnc.cpp1402 oapve_encode(mEncoderId, &mInputFrames, mMetaId, bits.get(), &stat, &mReconFrames); in process()
/aosp_15_r20/external/libopenapv/src/
H A Doapv.c1268 int oapve_encode(oapve_t eid, oapv_frms_t *ifrms, oapvm_t mid, oapv_bitb_t *bitb, oapve_stat_t *sta… in oapve_encode() function