Searched refs:isVpsFrame (Results 1 – 3 of 3) sorted by relevance
172 bool GoldfishHevcHelper::isVpsFrame(const uint8_t* frame, int inSize) { in isVpsFrame() function in android::GoldfishHevcHelper196 if (!isVpsFrame(frame, inSize)) { in decodeHeader()
36 static bool isVpsFrame(const uint8_t* frame, int inSize);
926 if (GoldfishHevcHelper::isVpsFrame(mInPBuffer, mInPBufferSize)) { in process()