Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DOMXNodeInstance.h306 status_t setMaxPtsGapUs(const void *params, size_t size);
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp636 return setMaxPtsGapUs(params, size); in setParameter()
1936 status_t OMXNodeInstance::setMaxPtsGapUs(const void *params, size_t size) { in setMaxPtsGapUs() function in android::OMXNodeInstance
1938 CLOG_ERROR(setMaxPtsGapUs, BAD_VALUE, "invalid params (%p,%zu)", params, size); in setMaxPtsGapUs()