Home
last modified time | relevance | path

Searched refs:C2SoftHevcDec (Results 1 – 3 of 3) sorted by relevance

/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.cpp38 class C2SoftHevcDec::IntfImpl : public SimpleInterface<void>::BaseParams {
284 C2SoftHevcDec::C2SoftHevcDec( in C2SoftHevcDec() function in android::C2SoftHevcDec
297 C2SoftHevcDec::~C2SoftHevcDec() { in ~C2SoftHevcDec()
301 c2_status_t C2SoftHevcDec::onInit() { in onInit()
306 c2_status_t C2SoftHevcDec::onStop() { in onStop()
312 void C2SoftHevcDec::onReset() { in onReset()
316 void C2SoftHevcDec::onRelease() { in onRelease()
327 c2_status_t C2SoftHevcDec::onFlush_sm() { in onFlush_sm()
357 status_t C2SoftHevcDec::createDecoder() { in createDecoder()
384 status_t C2SoftHevcDec::setNumCores() { in setNumCores()
[all …]
DC2SoftHevcDec.h50 struct C2SoftHevcDec : public SimpleC2Component { struct
53 C2SoftHevcDec(const char* name, c2_node_id_t id, argument
55 virtual ~C2SoftHevcDec();
136 C2_DO_NOT_COPY(C2SoftHevcDec); argument
DAndroid.bp5 srcs: ["C2SoftHevcDec.cpp"],