Searched defs:getNextNALUnit (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A Davc_utils.cpp266 status_t getNextNALUnit( function in namespace:android
341 while (getNextNALUnit(&data, &size, &nalStart, &nalSize, true) == OK) {
468 while (getNextNALUnit(&data, &size, &nalStart, &nalSize, true) == OK) {
503 while (getNextNALUnit(&data, &size, &nalStart, &nalSize, true) == OK) {

Completed in 60 milliseconds