Home
last modified time | relevance | path

Searched refs:img_data (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/onnx/
Dgstonnxclient.cpp247 std::vector < GstMlBoundingBox > GstOnnxClient::run (uint8_t * img_data, in run() argument
253 doRun < float >(img_data, vmeta, labelPath, scoreThreshold) in run()
254 : doRun < int >(img_data, vmeta, labelPath, scoreThreshold); in run()
271 GstOnnxClient::doRun (uint8_t * img_data, GstVideoMeta * vmeta, in doRun() argument
275 if (!img_data) in doRun()
299 uint8_t *srcPtr[3] = { img_data, img_data + 1, img_data + 2 }; in doRun()
307 srcPtr[0] = img_data + 2; in doRun()
308 srcPtr[1] = img_data + 1; in doRun()
309 srcPtr[2] = img_data + 0; in doRun()
313 srcPtr[0] = img_data + 1; in doRun()
[all …]
Dgstonnxclient.h83 std::vector < GstMlBoundingBox > run(uint8_t * img_data,
95 doRun(uint8_t * img_data, GstVideoMeta * vmeta, std::string labelPath,
/third_party/python/Doc/includes/
Demail-mime.py23 img_data = fp.read() variable
24 msg.add_attachment(img_data, maintype='image',
25 subtype=imghdr.what(None, img_data))
/third_party/ffmpeg/libavfilter/
Dvf_colorconstancy.c452 const uint8_t *img_data = in->data[plane]; in filter_slice_grey_edge() local
462 * (img_data[INDX2D(r, c, in_linesize)] < thresh) ); in filter_slice_grey_edge()
469 * (img_data[INDX2D(r, c, in_linesize)] < thresh) ); in filter_slice_grey_edge()
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstflacparse.c1115 const guint8 *img_data; in gst_flac_parse_handle_picture() local
1144 if (!gst_byte_reader_get_data (&reader, img_len, &img_data)) in gst_flac_parse_handle_picture()
1157 gst_tag_list_add_id3_image (flacparse->tags, img_data, img_len, img_type); in gst_flac_parse_handle_picture()