Searched defs:szBytes (Results 1 – 9 of 9) sorted by relevance
/hardware/google/aemu/host-common/ |
D | H264NaluParser.cpp | 85 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()
|
D | MediaH264DecoderVideoToolBox.cpp | 273 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()
|
D | MediaSnapshotHelper.cpp | 36 size_t szBytes, in savePacket() 73 size_t szBytes, in saveH264Packet()
|
D | MediaVideoToolBoxVideoHelper.cpp | 73 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()
|
D | MediaH264DecoderFfmpeg.cpp | 156 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
|
D | MediaCudaVideoHelper.cpp | 176 size_t szBytes, in decode()
|
D | MediaH264DecoderCuvid.cpp | 213 size_t szBytes = param.size; in decodeFrame() local 249 size_t szBytes, in decodeFrameInternal()
|
D | MediaH264DecoderGeneric.cpp | 223 size_t szBytes = param.size; in decodeFrame() local
|
/hardware/google/aemu/host-common/include/host-common/ |
D | MediaVideoHelper.h | 40 size_t szBytes, in decode()
|