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

  /frameworks/av/media/libmedia/omx/1.0/
WOmx.cpp 73 sp<::android::IGraphicBufferSource>* bufferSource) {
76 [&fnStatus, bufferProducer, bufferSource] (
82 *bufferSource = new LWGraphicBufferSource(tSource);
WOmxNode.cpp 135 const sp<IOMXBufferSource> &bufferSource) {
137 new TWOmxBufferSource(bufferSource)));
337 const sp<IOmxBufferSource>& bufferSource) {
339 bufferSource)));
  /frameworks/av/media/libstagefright/include/media/stagefright/
PersistentSurface.h 38 const sp<IGraphicBufferSource>& bufferSource) :
40 mBufferSource(bufferSource) { }
  /frameworks/av/media/libmedia/include/media/omx/1.0/
WOmx.h 70 sp<::android::IGraphicBufferSource>* bufferSource) override;
WOmxNode.h 86 const sp<IOMXBufferSource> &bufferSource) override;
134 sp<IOmxBufferSource> const& bufferSource) override;
  /frameworks/av/media/libmedia/include/media/
IOMX.h 85 sp<IGraphicBufferSource> *bufferSource) = 0;
126 const sp<IOMXBufferSource> &bufferSource) = 0;
  /frameworks/av/media/codec2/sfplugin/
C2OMXNode.h 61 const sp<IOMXBufferSource> &bufferSource) override;
C2OMXNode.cpp 285 status_t C2OMXNode::setInputSurface(const sp<IOMXBufferSource> &bufferSource) {
292 mBufferSource = bufferSource;
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 402 void OMXNodeInstance::setBufferSource(const sp<IOMXBufferSource>& bufferSource) {
404 CLOG_INTERNAL(setBufferSource, "%p", bufferSource.get());
405 mOMXBufferSource = bufferSource;
522 const sp<IOMXBufferSource> bufferSource(getBufferSource());
523 if (bufferSource != NULL && cmd == OMX_CommandStateSet) {
528 bufferSource->onOmxIdle();
532 bufferSource->onOmxLoaded();
    [all...]
  /frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
WOmxNode.h 87 const sp<IOMXBufferSource> &bufferSource) override;
135 sp<IOmxBufferSource> const& bufferSource) override;
  /frameworks/av/media/libstagefright/omx/1.0/
WOmxNode.cpp 138 const sp<IOMXBufferSource> &bufferSource) {
140 new TWOmxBufferSource(bufferSource)));
340 const sp<IOmxBufferSource>& bufferSource) {
342 bufferSource)));
  /frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
OMXNodeInstance.h 74 const sp<IOMXBufferSource> &bufferSource);
280 void setBufferSource(const sp<IOMXBufferSource> &bufferSource);
  /frameworks/av/media/libmedia/
IOMX.cpp 204 const sp<IOMXBufferSource> &bufferSource) {
208 data.writeStrongBinder(IInterface::asBinder(bufferSource));
437 const sp<IOMXBufferSource> &bufferSource) {
438 return mBase->setInputSurface(bufferSource);
655 sp<IOMXBufferSource> bufferSource =
658 status_t err = setInputSurface(bufferSource);
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 498 sp<IGraphicBufferSource> bufferSource;
500 status_t err = omx->createInputSurface(&bufferProducer, &bufferSource);
507 return new PersistentSurface(bufferProducer, bufferSource);
    [all...]

Completed in 409 milliseconds