Home
last modified time | relevance | path

Searched refs:VIDEO_BUFFER_SIZE (Results 1 – 11 of 11) sorted by relevance

/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceUsbCam.cpp49 VIDEO_BUFFER_SIZE = 40 * 1000, enumerator
56 videoBuffer = new uint8_t[VIDEO_BUFFER_SIZE]; in __UsbCamInit()
183 memset(videoBuffer, 0, VIDEO_BUFFER_SIZE); in sceUsbCamStartVideo()
392 memset(videoBuffer, 0, VIDEO_BUFFER_SIZE); in pushCameraImage()
393 if (length > VIDEO_BUFFER_SIZE) { in pushCameraImage()
395 ERROR_LOG(HLE, "pushCameraImage: length error: %lld > %d", length, VIDEO_BUFFER_SIZE); in pushCameraImage()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HLE/
H A DsceUsbCam.cpp49 VIDEO_BUFFER_SIZE = 40 * 1000, enumerator
56 videoBuffer = new uint8_t[VIDEO_BUFFER_SIZE]; in __UsbCamInit()
183 memset(videoBuffer, 0, VIDEO_BUFFER_SIZE); in sceUsbCamStartVideo()
392 memset(videoBuffer, 0, VIDEO_BUFFER_SIZE); in pushCameraImage()
393 if (length > VIDEO_BUFFER_SIZE) { in pushCameraImage()
395 ERROR_LOG(HLE, "pushCameraImage: length error: %lld > %d", length, VIDEO_BUFFER_SIZE); in pushCameraImage()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceUsbCam.cpp49 VIDEO_BUFFER_SIZE = 40 * 1000, enumerator
56 videoBuffer = new uint8_t[VIDEO_BUFFER_SIZE]; in __UsbCamInit()
183 memset(videoBuffer, 0, VIDEO_BUFFER_SIZE); in sceUsbCamStartVideo()
392 memset(videoBuffer, 0, VIDEO_BUFFER_SIZE); in pushCameraImage()
393 if (length > VIDEO_BUFFER_SIZE) { in pushCameraImage()
395 ERROR_LOG(HLE, "pushCameraImage: length error: %lld > %d", length, VIDEO_BUFFER_SIZE); in pushCameraImage()
/dports/emulators/emu64/emu64-5.0.19/src/
H A Dmos6569_class.h28 #define VIDEO_BUFFER_SIZE MAX_XW*MAX_YW*4 macro
87 uint8_t video_buffer_back[2][VIDEO_BUFFER_SIZE];
/dports/multimedia/qmmp-plugin-pack-qt5/qmmp-plugin-pack-1.5.2/src/Engines/ffvideo/
H A Dffmpegengine.cpp39 #define VIDEO_BUFFER_SIZE 50 macro
46 m_videoBuffer = new PacketBuffer(VIDEO_BUFFER_SIZE); in FFmpegEngine()
/dports/multimedia/dirac/dirac-1.0.2/encoder/
H A Dencmain.cpp63 const int VIDEO_BUFFER_SIZE = 32*1024*1024; variable
64 unsigned char video_buf[VIDEO_BUFFER_SIZE];
1233 encoder->enc_buf.size = VIDEO_BUFFER_SIZE; in main()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/avformat/
H A Dconsumer_avformat.c66 #define VIDEO_BUFFER_SIZE (8192 * 8192) macro
1507 int video_outbuf_size = VIDEO_BUFFER_SIZE; in consumer_thread()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/avformat/
H A Dconsumer_avformat.c66 #define VIDEO_BUFFER_SIZE (8192 * 8192) macro
1507 int video_outbuf_size = VIDEO_BUFFER_SIZE; in consumer_thread()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/avformat/
H A Dconsumer_avformat.c66 #define VIDEO_BUFFER_SIZE (8192 * 8192) macro
1506 int video_outbuf_size = VIDEO_BUFFER_SIZE; in consumer_thread()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/avformat/
H A Dconsumer_avformat.c66 #define VIDEO_BUFFER_SIZE (8192 * 8192) macro
1506 int video_outbuf_size = VIDEO_BUFFER_SIZE; in consumer_thread()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/avformat/
H A Dconsumer_avformat.c66 #define VIDEO_BUFFER_SIZE (8192 * 8192) macro
1506 int video_outbuf_size = VIDEO_BUFFER_SIZE; in consumer_thread()