Searched refs:MetadataBufferType (Results 1 – 19 of 19) sorted by relevance
/frameworks/av/media/libstagefright/include/ |
D | OMXNodeInstance.h | 60 OMX_U32 portIndex, OMX_BOOL enable, MetadataBufferType *type); 89 MetadataBufferType *type); 97 MetadataBufferType *type); 175 MetadataBufferType mMetadataType[2]; 229 OMX_U32 portIndex, OMX_BOOL enable, MetadataBufferType *type); 255 MetadataBufferType *type);
|
D | OMX.h | 74 node_id node, OMX_U32 port_index, OMX_BOOL enable, MetadataBufferType *type); 103 MetadataBufferType *type); 112 MetadataBufferType *type);
|
/frameworks/native/include/media/hardware/ |
D | HardwareAPI.h | 130 MetadataBufferType eType; // must be kMetadataBufferTypeGrallocSource 142 MetadataBufferType eType; // must be kMetadataBufferTypeANWBuffer 153 MetadataBufferType eType; // must be kMetadataBufferTypeNativeHandleSource
|
D | MetadataBufferType.h | 142 } MetadataBufferType; typedef
|
/frameworks/av/include/media/ |
D | IOMX.h | 93 node_id node, OMX_U32 port_index, OMX_BOOL enable, MetadataBufferType *type = NULL) = 0; 131 MetadataBufferType *type = NULL) = 0; 142 MetadataBufferType *type) = 0; 280 inline static const char *asString(MetadataBufferType i, const char *def = "??") {
|
/frameworks/av/media/libstagefright/ |
D | OMXClient.cpp | 86 node_id node, OMX_U32 port_index, OMX_BOOL enable, MetadataBufferType *type); 120 sp<IGraphicBufferProducer> *bufferProducer, MetadataBufferType *type); 128 const sp<IGraphicBufferConsumer> &bufferConsumer, MetadataBufferType *type); 352 node_id node, OMX_U32 port_index, OMX_BOOL enable, MetadataBufferType *type) { in storeMetaDataInBuffers() 409 sp<IGraphicBufferProducer> *bufferProducer, MetadataBufferType *type) { in createInputSurface() 433 const sp<IGraphicBufferConsumer> &bufferConsumer, MetadataBufferType *type) { in setInputSurface()
|
D | SurfaceMediaSource.cpp | 130 MetadataBufferType SurfaceMediaSource::metaDataStoredInVideoBuffers() const { in metaDataStoredInVideoBuffers()
|
D | CameraSource.cpp | 1247 MetadataBufferType CameraSource::metaDataStoredInVideoBuffers() const { in metaDataStoredInVideoBuffers()
|
D | ACodec.cpp | 799 MetadataBufferType type = in allocateBuffersOnPort() 1549 MetadataBufferType type = in freeBuffer() 1755 mInputMetadataType = (MetadataBufferType)storeMeta; in configureCodec() 1766 mInputMetadataType = (MetadataBufferType)storeMeta; in configureCodec() 5729 MetadataBufferType metaType = mCodec->mInputMetadataType; in onInputBufferFilled()
|
/frameworks/av/media/libmedia/ |
D | IOMX.cpp | 338 sp<IGraphicBufferProducer> *bufferProducer, MetadataBufferType *type) { in createInputSurface() 354 *type = (MetadataBufferType)negotiatedType; in createInputSurface() 395 const sp<IGraphicBufferConsumer> &bufferConsumer, MetadataBufferType *type) { in setInputSurface() 413 *type = (MetadataBufferType)negotiatedType; in setInputSurface() 434 node_id node, OMX_U32 port_index, OMX_BOOL enable, MetadataBufferType *type) { in storeMetaDataInBuffers() 447 *type = (MetadataBufferType)negotiatedType; in storeMetaDataInBuffers() 962 MetadataBufferType type = kMetadataBufferTypeInvalid; in onTransact() 1008 MetadataBufferType type = kMetadataBufferTypeInvalid; in onTransact() 1046 MetadataBufferType type = (MetadataBufferType)data.readInt32(); in onTransact()
|
/frameworks/av/include/media/stagefright/ |
D | SurfaceMediaSource.h | 116 MetadataBufferType metaDataStoredInVideoBuffers() const;
|
D | ACodec.h | 289 MetadataBufferType mInputMetadataType; 290 MetadataBufferType mOutputMetadataType;
|
D | CameraSource.h | 126 MetadataBufferType metaDataStoredInVideoBuffers() const;
|
/frameworks/av/media/libstagefright/omx/ |
D | OMX.cpp | 416 node_id node, OMX_U32 port_index, OMX_BOOL enable, MetadataBufferType *type) { in storeMetaDataInBuffers() 506 sp<IGraphicBufferProducer> *bufferProducer, MetadataBufferType *type) { in createInputSurface() 526 const sp<IGraphicBufferConsumer> &bufferConsumer, MetadataBufferType *type) { in setInputSurface()
|
D | OMXNodeInstance.cpp | 529 OMX_U32 portIndex, OMX_BOOL enable, MetadataBufferType *type) { in storeMetaDataInBuffers() 536 OMX_U32 portIndex, OMX_BOOL enable, MetadataBufferType *type) { in storeMetaDataInBuffers_l() 551 MetadataBufferType negotiatedType; in storeMetaDataInBuffers_l() 552 MetadataBufferType requestedType = type != NULL ? *type : kMetadataBufferTypeANWBuffer; in storeMetaDataInBuffers_l() 868 MetadataBufferType metaType = mMetadataType[portIndex]; in updateGraphicBufferInMeta_l() 945 OMX_U32 portIndex, sp<IGraphicBufferConsumer> bufferConsumer, MetadataBufferType *type) { in createGraphicBufferSource() 1010 sp<IGraphicBufferProducer> *bufferProducer, MetadataBufferType *type) { in createInputSurface() 1062 MetadataBufferType *type) { in setInputSurface()
|
D | GraphicBufferSource.h | 339 MetadataBufferType mMetadataBufferType;
|
D | GraphicBufferSource.cpp | 367 if (EXTRA_CHECK && header->nAllocLen >= sizeof(MetadataBufferType)) { in codecBufferEmptied() 371 MetadataBufferType type = *(MetadataBufferType *)data; in codecBufferEmptied()
|
D | SoftVideoEncoderOMXComponent.cpp | 519 MetadataBufferType bufferType = *(MetadataBufferType *)src; in extractGraphicBuffer()
|
/frameworks/av/media/libmediaplayerservice/ |
D | StagefrightRecorder.h | 126 MetadataBufferType mMetaDataStoredInVideoBuffers;
|