Home
last modified time | relevance | path

Searched refs:ssrc (Results 51 - 75 of 108) sorted by relevance

12345

/third_party/ffmpeg/libavfilter/
H A Dmedian_template.c52 static void fn(filter_plane)(AVFilterContext *ctx, const uint8_t *ssrc, int src_linesize, in filter_plane() argument
62 const pixel *src = (const pixel *)ssrc; in filter_plane()
H A Dvf_varblur.c45 void (*compute_sat)(const uint8_t *ssrc,
97 static void compute_sat##depth(const uint8_t *ssrc, \
103 const type *src = (const type *)ssrc; \
H A Dvf_multiply.c75 static void multiply(const uint8_t *ssrc, const uint8_t *rref, uint8_t *ddst, in multiply() argument
78 const float *src = (const float *)ssrc; in multiply()
H A Dvf_limiter.c92 static void limiter##n(const uint8_t *ssrc, uint8_t *ddst, \
96 const type *src = (const type *)ssrc; \
H A Dvf_maskedthreshold.c86 static void threshold16(const uint8_t *ssrc, const uint8_t *rref, uint8_t *ddst, int threshold, int w) in threshold16() argument
88 const uint16_t *src = (const uint16_t *)ssrc; in threshold16()
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dsiphash_prov.c75 struct siphash_data_st *ssrc = vsrc; in siphash_dup() local
84 *sdst = *ssrc; in siphash_dup()
/third_party/openssl/providers/implementations/macs/
H A Dsiphash_prov.c75 struct siphash_data_st *ssrc = vsrc; in siphash_dup() local
84 *sdst = *ssrc; in siphash_dup()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_codec_aac.h56 RtpEncoderAAC(uint32_t ssrc, uint32_t mtuSize, uint32_t sampleRate, uint8_t payloadType, uint16_t seq = 0);
H A Drtp_codec_g711.h51 RtpEncoderG711(uint32_t ssrc, uint32_t mtuSize, uint32_t sampleRate, uint8_t payloadType, uint32_t channels = 1,
H A Drtp_codec_ts.h71 RtpEncoderTs(uint32_t ssrc, uint32_t mtuSize, uint32_t sampleRate, uint8_t payloadType, uint16_t seq = 0);
H A Drtp_codec_h264.h59 RtpEncoderH264(uint32_t ssrc, uint32_t mtuSize, uint32_t sampleRate, uint8_t payloadType, uint16_t seq = 0);
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_codec.h92 uint32_t ssrc = 0; member
/third_party/ffmpeg/libavcodec/
H A Dfmvc.c452 uint8_t *ssrc, *ddst; in decode_frame() local
526 ssrc = s->buffer; in decode_frame()
529 memcpy(ddst, ssrc, avctx->width * s->bpp); in decode_frame()
531 ssrc += s->stride * 4; in decode_frame()
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_sink/
H A Dwfd_rtp_consumer.h58 void OnRtpUnpackCallback(uint32_t ssrc, const Frame::Ptr &frame);
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_fence.c205 struct si_fence *ssrc = (struct si_fence *)src; in si_fence_reference() local
207 if (pipe_reference(&(*sdst)->reference, &ssrc->reference)) { in si_fence_reference()
213 *sdst = ssrc; in si_fence_reference()
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/
H A Dvideo_play_controller.cpp218 outData->ssrc = data->ssrc; in VideoPlayThread()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_codec_h264.cpp183 RtpEncoderH264::RtpEncoderH264(uint32_t ssrc, uint32_t mtuSize, uint32_t sampleRate, uint8_t payloadType, uint16_t seq) in RtpEncoderH264() argument
184 : RtpMaker(ssrc, mtuSize, payloadType, sampleRate, seq) in RtpEncoderH264()
/third_party/lame/frontend/
H A Drtp.c48 int ssrc; /* random */ member
361 foo->ssrc = rand(); in rtp_initialization()
/foundation/CastEngine/castengine_wifi_display/tests/demo/rtp/
H A Dts_rtp_dec_demo.cpp90 unPack->SetOnRtpUnpack([=](uint32_t ssrc, const Frame::Ptr &frame) { in main()
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/
H A Dwfd_rtp_producer.h92 int32_t InitTsRtpPacker(uint32_t ssrc, size_t mtuSize = 1400, uint32_t sampleRate = 90000, uint8_t pt = 33,
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/include/
H A Drtcp_context.h82 uint32_t GetRtt(uint32_t ssrc) const;
89 std::map<uint32_t, uint32_t> rtt_; // ssrc, rtt
90 std::map<uint32_t, uint32_t> xrXrrtrRecvLastRr_; // ssrc, last rr
92 std::map<uint32_t, uint64_t> xrRrtrRecvSysStamp_; // ssrc, xr rrtr sys stamp
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Da2dp_parcel_codec.h159 uint32_t ssrc; member
/third_party/ffmpeg/libavformat/
H A Drtpenc.h32 uint32_t ssrc; member
H A Drtpdec.h152 uint32_t ssrc; member
/third_party/pulseaudio/src/modules/raop/
H A Draop-client.c121 uint32_t ssrc; member
335 buffer[3] = htonl(c->ssrc); in build_tcp_audio_packet()
422 buffer[2] = htonl(c->ssrc); in build_udp_audio_packet()
665 /* Timing packets are 32 bytes long: 1 x 8 RTP header (no ssrc) + 3 x 8 NTP timestamps */ in handle_udp_timing_packet()
1141 uint32_t ssrc; in rtsp_stream_cb() local
1154 pa_random(&ssrc, sizeof(ssrc)); in rtsp_stream_cb()
1158 c->ssrc = ssrc; in rtsp_stream_cb()

Completed in 15 milliseconds

12345