Searched refs:ff_hex_to_data (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpdec_latm.c108 int len = ff_hex_to_data(NULL, value), i, ret = 0;
117 ff_hex_to_data(config, value);
H A Drtpdec_mpeg4.c106 int len = ff_hex_to_data(NULL, value);
110 ff_hex_to_data(codec->extradata, value);
H A Dinternal.h86 int ff_hex_to_data(uint8_t *data, const char *p);
H A Dhls.c560 ff_hex_to_data(iv, info.iv + 2);
H A Dutils.c4038 int ff_hex_to_data(uint8_t *data, const char *p) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpdec_latm.c107 int len = ff_hex_to_data(NULL, value), i, ret = 0;
116 ff_hex_to_data(config, value);
H A Drtpdec_mpeg4.c112 int len = ff_hex_to_data(NULL, value);
118 ff_hex_to_data(codec->extradata, value);
H A Dinternal.h69 int ff_hex_to_data(uint8_t *data, const char *p);
H A Dapplehttp.c246 ff_hex_to_data(iv, info.iv + 2);
H A Dutils.c3788 int ff_hex_to_data(uint8_t *data, const char *p) function

Completed in 215 milliseconds