Home
last modified time | relevance | path

Searched refs:mmal_format_compare (Results 1 – 12 of 12) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/mmal/openmaxil/
H A Dmmalomx_buffer.c126 uint32_t diff = mmal_format_compare(event->format, port->mmal->format); in mmalomx_buffer_event()
162 uint32_t diff = mmal_format_compare(event->format, port->mmal->format); in mmalomx_buffer_event()
/dports/multimedia/mjpg-streamer/mjpg-streamer-310b29f4a94c46652b20c4b7b6e5cf24e532af39/mjpg-streamer-experimental/plugins/input_raspicam/mmal/
H A Dmmal_format.h215 uint32_t mmal_format_compare(MMAL_ES_FORMAT_T *format_1, MMAL_ES_FORMAT_T *format_2);
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/mmal/
H A Dmmal_format.h215 uint32_t mmal_format_compare(MMAL_ES_FORMAT_T *format_1, MMAL_ES_FORMAT_T *format_2);
/dports/sysutils/rpi-firmware/firmware-fcf8d2f/hardfp/opt/vc/include/interface/mmal/
H A Dmmal_format.h219 uint32_t mmal_format_compare(MMAL_ES_FORMAT_T *format_1, MMAL_ES_FORMAT_T *format_2);
/dports/sysutils/rpi-firmware/firmware-fcf8d2f/opt/vc/include/interface/mmal/
H A Dmmal_format.h219 uint32_t mmal_format_compare(MMAL_ES_FORMAT_T *format_1, MMAL_ES_FORMAT_T *format_2);
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/mmal/components/
H A Dcopy.c215 if (!mmal_format_compare(in->format, out->format) && in copy_input_port_format_commit()
258 if (mmal_format_compare(out->format, in->format)) in copy_output_port_format_commit()
H A Dandroid_media_codec.cpp714 if (!mmal_format_compare(in->format, in->priv->module->format)) in amc_input_port_format_commit()
746 if (mmal_format_compare(out->format, out->priv->module->format)) in amc_output_port_format_commit()
H A Daaf_audio_render.cpp276 if (!mmal_format_compare(port->format, component->priv->module->format)) in aaf_port_set_format()
H A Dscheduler.c357 if (mmal_format_compare(port->format, port->component->input[port->index]->format)) in scheduler_output_port_format_commit()
H A Dspdif.c374 if (!mmal_format_compare(in->format, out->format)) in spdif_input_port_format_commit()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/mmal/core/
H A Dmmal_format.c103 uint32_t mmal_format_compare(MMAL_ES_FORMAT_T *fmt1, MMAL_ES_FORMAT_T *fmt2) in mmal_format_compare() function
/dports/multimedia/mjpg-streamer/mjpg-streamer-310b29f4a94c46652b20c4b7b6e5cf24e532af39/mjpg-streamer-experimental/plugins/input_raspicam/mmal/core/
H A Dmmal_format.c102 uint32_t mmal_format_compare(MMAL_ES_FORMAT_T *fmt1, MMAL_ES_FORMAT_T *fmt2) in mmal_format_compare() function