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

  /frameworks/av/libvideoeditor/lvpp/
PreviewRenderer.h 40 void getBufferYV12(uint8_t **data, size_t *stride);
PreviewRenderer.cpp 89 // 1) call getBufferYV12()
93 // For each call to getBufferYV12(), you must also call renderYV12()
97 void PreviewRenderer::getBufferYV12(uint8_t **data, size_t *stride) {
121 // Display the content of the buffer provided by last call to getBufferYV12()
123 // See getBufferYV12() for details.
VideoEditorPreviewController.cpp 771 mTarget->getBufferYV12(&outBuffer, &outBufferStride);
    [all...]

Completed in 76 milliseconds