Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcDec.cpp346 mHeaderDecoded(false), in C2SoftAvcDec()
666 mHeaderDecoded = false; in resetDecoder()
864 if (false == mHeaderDecoded) { in process()
929 if (mHeaderDecoded == false) { in process()
930 mHeaderDecoded = true; in process()
H A DC2SoftAvcDec.h165 bool mHeaderDecoded; variable
/aosp12/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcDec.cpp335 mHeaderDecoded(false), in C2SoftHevcDec()
658 mHeaderDecoded = false; in resetDecoder()
855 if (false == mHeaderDecoded) { in process()
918 if (mHeaderDecoded == false) { in process()
919 mHeaderDecoded = true; in process()
H A DC2SoftHevcDec.h123 bool mHeaderDecoded; member