Searched refs:actualSize (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp550 size_t actualSize = (*me->mCallback)( local
553 buffer->size = actualSize;
555 if (actualSize > 0) {
556 me->snoopWrite(buffer->raw, actualSize);
/frameworks/base/include/androidfw/
H A DInputTransport.h117 bool isValid(size_t actualSize) const;
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1656 size_t actualSize = (*me->mCallback)( local
1659 if (actualSize == 0 && buffer->size > 0 && me->mNextOutput == NULL) {
1664 actualSize = buffer->size;
1667 buffer->size = actualSize;
1762 size_t actualSize = local
1765 if (actualSize > 0) {
1766 sink->write(mBuffer, actualSize);
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp1201 size_t actualSize;
1222 err = reader.ReadEntityHeader(&string, &actualSize);
1232 if ((int)actualSize != bufSize) {
1234 actualSize);
H A DInputTransport.cpp67 bool InputMessage::isValid(size_t actualSize) const {
68 if (size() == actualSize) {

Completed in 696 milliseconds