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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dframehook.c45 FrameHookEntry *fhe, **fhep; local
57 fhe = av_mallocz(sizeof(*fhe));
58 if (!fhe) {
62 fhe->Configure = dlsym(loaded, "Configure");
63 fhe->Process = dlsym(loaded, "Process");
64 fhe->Release = dlsym(loaded, "Release"); /* Optional */
66 if (!fhe->Process) {
71 if (!fhe->Configure && argc > 1) {
76 if (argc > 1 || fhe
94 FrameHookEntry *fhe; local
104 FrameHookEntry *fhe; local
[all...]

Completed in 39 milliseconds