HomeSort by relevance Sort by last modified time
    Searched refs:nativeMeta (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/omx/
SoftVideoEncoderOMXComponent.cpp 545 VideoNativeMetadata &nativeMeta = *(VideoNativeMetadata *)src;
546 ANativeWindowBuffer *buffer = nativeMeta.pBuffer;
559 if (nativeMeta.nFenceFd >= 0) {
560 sp<Fence> fence = new Fence(nativeMeta.nFenceFd);
561 nativeMeta.nFenceFd = -1;
OMXNodeInstance.cpp     [all...]

Completed in 61 milliseconds