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

/frameworks/av/media/libstagefright/
H A Davc_utils.cpp134 status_t getNextNALUnit( function in namespace:android
214 while (getNextNALUnit(&data, &size, &nalStart, &nalSize, true) == OK) {
318 while (getNextNALUnit(&data, &size, &nalStart, &nalSize, true) == OK) {
338 while (getNextNALUnit(&data, &size, &nalStart, &nalSize, true) == OK) {

Completed in 44 milliseconds