Searched refs:getNextNALUnit (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/libstagefright/foundation/ |
D | avc_utils.cpp | 278 status_t getNextNALUnit( in getNextNALUnit() function 353 while (getNextNALUnit(&data, &size, &nalStart, &nalSize, true) == OK) { in FindNAL() 472 while (getNextNALUnit(&data, &size, &nalStart, &nalSize, true) == OK) { in IsIDR() 499 while (getNextNALUnit(&data, &size, &nalStart, &nalSize, true) == OK) { in IsAVCReferenceFrame()
|
/frameworks/av/media/libstagefright/foundation/tests/AVCUtils/ |
D | AVCUtilsUnitTest.cpp | 203 status_t result = getNextNALUnit(&sanityData, &smallBufferSize, &nalStart, &nalSize, true); in TEST_P() 206 while (!getNextNALUnit(&data, &chunkLength, &nalStart, &nalSize, true)) { in TEST_P() 264 while (!getNextNALUnit(&data, &chunkLength, &nalStart, &nalSize, true)) { in TEST_P()
|
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
D | avc_utils.h | 78 status_t getNextNALUnit(
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | ESQueue.cpp | 1351 while ((err = getNextNALUnit(&data, &size, &nalStart, &nalSize)) == OK) { in dequeueAccessUnitH264()
|
/frameworks/av/media/libstagefright/ |
D | MediaCodec.cpp | 3719 while (getNextNALUnit(&data, &size, &nalStart, &nalSize, true) == OK) { in amendOutputFormatWithCodecSpecificData()
|
D | MPEG4Writer.cpp | 1417 while (getNextNALUnit(&data, &searchSize, &nextNalStart, in addMultipleLengthPrefixedSamples_l()
|