Home
last modified time | relevance | path

Searched refs:bytesgcount (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/tests/benchmark/src/native/encoder/
DEncoder.cpp77 size_t bytesgcount = mEleStream->gcount(); in onInputAvailable() local
78 if (bytesgcount != bytesToRead) { in onInputAvailable()
79 ALOGE("bytes to read %zu actual bytes read %zu \n", bytesToRead, bytesgcount); in onInputAvailable()