/third_party/ffmpeg/libavfilter/ |
H A D | median_template.c | 52 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 D | vf_varblur.c | 45 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 D | vf_multiply.c | 75 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 D | vf_limiter.c | 92 static void limiter##n(const uint8_t *ssrc, uint8_t *ddst, \ 96 const type *src = (const type *)ssrc; \
|
H A D | vf_maskedthreshold.c | 86 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 D | siphash_prov.c | 75 struct siphash_data_st *ssrc = vsrc; in siphash_dup() local 84 *sdst = *ssrc; in siphash_dup()
|
/third_party/openssl/providers/implementations/macs/ |
H A D | siphash_prov.c | 75 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 D | rtp_codec_aac.h | 56 RtpEncoderAAC(uint32_t ssrc, uint32_t mtuSize, uint32_t sampleRate, uint8_t payloadType, uint16_t seq = 0);
|
H A D | rtp_codec_g711.h | 51 RtpEncoderG711(uint32_t ssrc, uint32_t mtuSize, uint32_t sampleRate, uint8_t payloadType, uint32_t channels = 1,
|
H A D | rtp_codec_ts.h | 71 RtpEncoderTs(uint32_t ssrc, uint32_t mtuSize, uint32_t sampleRate, uint8_t payloadType, uint16_t seq = 0);
|
H A D | rtp_codec_h264.h | 59 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 D | bluetooth_a2dp_codec.h | 92 uint32_t ssrc = 0; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | fmvc.c | 452 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 D | wfd_rtp_consumer.h | 58 void OnRtpUnpackCallback(uint32_t ssrc, const Frame::Ptr &frame);
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_fence.c | 205 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 D | video_play_controller.cpp | 218 outData->ssrc = data->ssrc; in VideoPlayThread()
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/ |
H A D | rtp_codec_h264.cpp | 183 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 D | rtp.c | 48 int ssrc; /* random */ member 361 foo->ssrc = rand(); in rtp_initialization()
|
/foundation/CastEngine/castengine_wifi_display/tests/demo/rtp/ |
H A D | ts_rtp_dec_demo.cpp | 90 unPack->SetOnRtpUnpack([=](uint32_t ssrc, const Frame::Ptr &frame) { in main()
|
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/ |
H A D | wfd_rtp_producer.h | 92 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 D | rtcp_context.h | 82 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 D | a2dp_parcel_codec.h | 159 uint32_t ssrc; member
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpenc.h | 32 uint32_t ssrc; member
|
H A D | rtpdec.h | 152 uint32_t ssrc; member
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-client.c | 121 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()
|