Doxygen Book
tensor_meta.c File Reference

Internal tensor meta implementation for nnstreamer. More...

#include <nnstreamer_util.h>
#include "tensor_meta.h"
Include dependency graph for tensor_meta.c:

Go to the source code of this file.

Functions

GType gst_meta_query_api_get_type (void)
 Define meta_query type to register. More...
 
static gboolean gst_meta_query_init (GstMeta *meta, gpointer params, GstBuffer *buffer)
 meta_query init More...
 
static void gst_meta_query_free (GstMeta *meta, GstBuffer *buffer)
 free meta_query More...
 
static gboolean gst_meta_query_transform (GstBuffer *transbuf, GstMeta *meta, GstBuffer *buffer, GQuark type, gpointer data)
 tensor_query meta data transform (source to dest) More...
 
const GstMetaInfo * gst_meta_query_get_info (void)
 Get meta_query info. More...
 

Detailed Description

Internal tensor meta implementation for nnstreamer.

Copyright (C) 2021 Junhwan Kim jejud.nosp@m.o.ki.nosp@m.m@sam.nosp@m.sung.nosp@m..com

Date
09 Aug 2021
Author
Junhwan Kim jejud.nosp@m.o.ki.nosp@m.m@sam.nosp@m.sung.nosp@m..com
See also
http://github.com/nnstreamer/nnstreamer
Bug:
No known bugs

Definition in file tensor_meta.c.

Function Documentation

◆ gst_meta_query_api_get_type()

GType gst_meta_query_api_get_type ( void  )

Define meta_query type to register.

Definition at line 24 of file tensor_meta.c.

◆ gst_meta_query_free()

static void gst_meta_query_free ( GstMeta *  meta,
GstBuffer *  buffer 
)
static

free meta_query

Definition at line 61 of file tensor_meta.c.

Here is the caller graph for this function:

◆ gst_meta_query_get_info()

const GstMetaInfo* gst_meta_query_get_info ( void  )

Get meta_query info.

Definition at line 87 of file tensor_meta.c.

Here is the call graph for this function:

◆ gst_meta_query_init()

static gboolean gst_meta_query_init ( GstMeta *  meta,
gpointer  params,
GstBuffer *  buffer 
)
static

meta_query init

Definition at line 48 of file tensor_meta.c.

Here is the caller graph for this function:

◆ gst_meta_query_transform()

static gboolean gst_meta_query_transform ( GstBuffer *  transbuf,
GstMeta *  meta,
GstBuffer *  buffer,
GQuark  type,
gpointer  data 
)
static

tensor_query meta data transform (source to dest)

Definition at line 71 of file tensor_meta.c.

Here is the caller graph for this function: