Home
last modified time | relevance | path

Searched defs:C2SoftHevcDec (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcDec.h104 enum {
111 iv_obj_t *mDecHandle;
113 uint8_t *mOutBufferFlush;
115 size_t mNumCores;
117 uint32_t mOutputDelay;
118 uint32_t mWidth;
119 uint32_t mHeight;
120 uint32_t mStride;
122 bool mSignalledError;
123 bool mHeaderDecoded;
[all …]
H A DC2SoftHevcDec.cpp323 C2SoftHevcDec::C2SoftHevcDec( in C2SoftHevcDec() function in android::C2SoftHevcDec