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

/frameworks/av/media/libstagefright/
H A Davc_utils.cpp257 status_t getNextNALUnit( function in namespace:android
332 while (getNextNALUnit(&data, &size, &nalStart, &nalSize, true) == OK) {
458 while (getNextNALUnit(&data, &size, &nalStart, &nalSize, true) == OK) {
478 while (getNextNALUnit(&data, &size, &nalStart, &nalSize, true) == OK) {

Completed in 45 milliseconds