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

  /frameworks/native/include/media/hardware/
MetadataBufferType.h 69 * kMetadataBufferTypeGrallocSource is used to indicate that
75 * source (kMetadataBufferTypeGrallocSource)
80 * | kMetadataBufferTypeGrallocSource | sizeof(buffer_handle_t) |
83 kMetadataBufferTypeGrallocSource = 1,
  /hardware/intel/common/utils/ISV/base/
isv_bufmanager.cpp 48 if (metaData->eType != kMetadataBufferTypeGrallocSource) {
  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.cpp 260 if (type == kMetadataBufferTypeGrallocSource) {
661 const OMX_U32 type = kMetadataBufferTypeGrallocSource;
SoftVideoEncoderOMXComponent.cpp 486 if (!usingGraphicBuffer && bufferType != kMetadataBufferTypeGrallocSource) {
OMXNodeInstance.cpp 783 metadata->eType = kMetadataBufferTypeGrallocSource;
    [all...]
  /frameworks/av/media/libstagefright/
SurfaceMediaSource.cpp 254 // source (kMetadataBufferTypeGrallocSource)
259 // | kMetadataBufferTypeGrallocSource | sizeof(buffer_handle_t) |
270 OMX_U32 type = kMetadataBufferTypeGrallocSource;
ACodec.cpp 990 CHECK_EQ(metaData->eType, kMetadataBufferTypeGrallocSource);
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
StreamingProcessor.cpp 769 uint32_t type = kMetadataBufferTypeGrallocSource;
809 if (type != kMetadataBufferTypeGrallocSource) {
812 kMetadataBufferTypeGrallocSource);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Android.cpp 845 * If MetadataBufferType is kMetadataBufferTypeGrallocSource, then
847 * | kMetadataBufferTypeGrallocSource | buffer_handle_t |
865 } else if (type == kMetadataBufferTypeGrallocSource) {
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 786 else if(nMetadataBufferType == kMetadataBufferTypeGrallocSource)
790 DOMX_DEBUG("MetadataBufferType is kMetadataBufferTypeGrallocSource");
    [all...]
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 754 else if(nMetadataBufferType == kMetadataBufferTypeGrallocSource)
759 DOMX_DEBUG("MetadataBufferType is kMetadataBufferTypeGrallocSource");
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 627 else if(nMetadataBufferType == kMetadataBufferTypeGrallocSource)
632 DOMX_DEBUG("MetadataBufferType is kMetadataBufferTypeGrallocSource");
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 611 else if(nMetadataBufferType == kMetadataBufferTypeGrallocSource)
616 DOMX_DEBUG("MetadataBufferType is kMetadataBufferTypeGrallocSource");
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp     [all...]
video_encoder_device_v4l2.cpp     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp     [all...]

Completed in 1449 milliseconds