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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dusbvideo.h262 void (*postProcess)(struct uvd *, struct usbvideo_frame *); member in struct:usbvideo_cb
H A Dusbvideo.c2025 if (VALID_CALLBACK(uvd, postProcess))
2026 GET_CALLBACK(uvd, postProcess)(uvd, frame);
H A Dultracam.c654 cbTbl.postProcess = usbvideo_DeinterlaceFrame;
H A Dibmcam.c3851 cbTbl.postProcess = usbvideo_DeinterlaceFrame;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libpostproc/
H A Dpostprocess.c638 static inline void postProcess(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height, function
682 //static void postProcess(uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height,
1072 postProcess(src[0], srcStride[0], dst[0], dstStride[0],
1079 postProcess(src[1], srcStride[1], dst[1], dstStride[1],
1081 postProcess(src[2], srcStride[2], dst[2], dstStride[2],
H A Dpostprocess_template.c3107 static void RENAME(postProcess)(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height,
3269 static void RENAME(postProcess)(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height, function

Completed in 193 milliseconds