Home
last modified time | relevance | path

Searched defs:szBytes (Results 1 – 9 of 9) sorted by relevance

/hardware/google/aemu/host-common/
DH264NaluParser.cpp85 bool H264NaluParser::checkSpsFrame(const uint8_t* frame, size_t szBytes) { in checkSpsFrame()
95 bool H264NaluParser::checkIFrame(const uint8_t* frame, size_t szBytes) { in checkIFrame()
105 bool H264NaluParser::checkPpsFrame(const uint8_t* frame, size_t szBytes) { in checkPpsFrame()
115 H264NaluParser::H264NaluType H264NaluParser::getFrameNaluType(const uint8_t* frame, size_t szBytes,… in getFrameNaluType()
159 const uint8_t* H264NaluParser::getNextStartCodeHeader(const uint8_t* frame, size_t szBytes) { in getNextStartCodeHeader()
DMediaH264DecoderVideoToolBox.cpp273 static void dumpBytes(const uint8_t* img, size_t szBytes, bool all = false) { in dumpBytes()
296 size_t szBytes = param.size; in decodeFrame() local
307 …nternal(size_t* pRetSzBytes, int32_t* pRetErr, const uint8_t* frame, size_t szBytes, uint64_t pts,… in decodeFrameInternal()
427 void MediaH264DecoderVideoToolBox::handleIDRFrame(const uint8_t* ptr, size_t szBytes, uint64_t pts)… in handleIDRFrame()
473 void MediaH264DecoderVideoToolBox::handleNonIDRFrame(const uint8_t* ptr, size_t szBytes, uint64_t p… in handleNonIDRFrame()
478 void MediaH264DecoderVideoToolBox::handleSEIFrame(const uint8_t* ptr, size_t szBytes) { in handleSEIFrame()
DMediaSnapshotHelper.cpp36 size_t szBytes, in savePacket()
73 size_t szBytes, in saveH264Packet()
DMediaVideoToolBoxVideoHelper.cpp73 static void dumpBytes(const uint8_t* img, size_t szBytes, bool all = false) { in dumpBytes()
106 size_t szBytes, in decode()
204 size_t szBytes, in handleIDRFrame()
269 size_t szBytes) { in parseOneFrame()
DMediaH264DecoderFfmpeg.cpp156 bool MediaH264DecoderFfmpeg::checkWhetherConfigChanged(const uint8_t* frame, size_t szBytes) { in checkWhetherConfigChanged()
195 size_t szBytes, in decodeFrameDirect()
213 size_t szBytes = param.size; in decodeFrameInternal() local
DMediaCudaVideoHelper.cpp176 size_t szBytes, in decode()
DMediaH264DecoderCuvid.cpp213 size_t szBytes = param.size; in decodeFrame() local
249 size_t szBytes, in decodeFrameInternal()
DMediaH264DecoderGeneric.cpp223 size_t szBytes = param.size; in decodeFrame() local
/hardware/google/aemu/host-common/include/host-common/
DMediaVideoHelper.h40 size_t szBytes, in decode()