Home
last modified time | relevance | path

Searched refs:decode_lock (Results 1 – 16 of 16) sorted by relevance

/dports/multimedia/libmpeg3/libmpeg3-1.8/audio/
H A Dmpeg3audio.c10 static pthread_mutex_t *decode_lock = 0; variable
311 pthread_mutex_lock(decode_lock); in read_frame()
415 pthread_mutex_unlock(decode_lock); in read_frame()
548 if(!decode_lock) in mpeg3audio_new()
552 decode_lock = calloc(1, sizeof(pthread_mutex_t)); in mpeg3audio_new()
553 pthread_mutex_init(decode_lock, &attr); in mpeg3audio_new()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/pci/bt8xx/
H A Ddst.c1256 state->decode_lock = state->decode_strength = state->decode_snr = 0; in dst_get_signal()
1260 state->decode_lock = state->decode_strength = state->decode_snr = 0; in dst_get_signal()
1268 state->decode_lock = ((state->rxbuffer[6] & 0x10) == 0) ? 1 : 0; in dst_get_signal()
1272 state->decode_lock = (state->rxbuffer[1]) ? 1 : 0; in dst_get_signal()
1276 state->decode_lock = (state->rxbuffer[6] == 0x00) ? 1 : 0; in dst_get_signal()
1338 state->decode_lock = 1; in dst_get_tuna()
1355 state->decode_lock = state->decode_strength = state->decode_snr = 0; in dst_write_tuna()
1551 if (state->decode_lock) in dst_read_status()
H A Ddst_common.h110 u8 decode_lock; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/pci/bt8xx/
H A Ddst.c1256 state->decode_lock = state->decode_strength = state->decode_snr = 0; in dst_get_signal()
1260 state->decode_lock = state->decode_strength = state->decode_snr = 0; in dst_get_signal()
1268 state->decode_lock = ((state->rxbuffer[6] & 0x10) == 0) ? 1 : 0; in dst_get_signal()
1272 state->decode_lock = (state->rxbuffer[1]) ? 1 : 0; in dst_get_signal()
1276 state->decode_lock = (state->rxbuffer[6] == 0x00) ? 1 : 0; in dst_get_signal()
1338 state->decode_lock = 1; in dst_get_tuna()
1355 state->decode_lock = state->decode_strength = state->decode_snr = 0; in dst_write_tuna()
1551 if (state->decode_lock) in dst_read_status()
H A Ddst_common.h110 u8 decode_lock; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/pci/bt8xx/
H A Ddst.c1256 state->decode_lock = state->decode_strength = state->decode_snr = 0; in dst_get_signal()
1260 state->decode_lock = state->decode_strength = state->decode_snr = 0; in dst_get_signal()
1268 state->decode_lock = ((state->rxbuffer[6] & 0x10) == 0) ? 1 : 0; in dst_get_signal()
1272 state->decode_lock = (state->rxbuffer[1]) ? 1 : 0; in dst_get_signal()
1276 state->decode_lock = (state->rxbuffer[6] == 0x00) ? 1 : 0; in dst_get_signal()
1338 state->decode_lock = 1; in dst_get_tuna()
1355 state->decode_lock = state->decode_strength = state->decode_snr = 0; in dst_write_tuna()
1551 if (state->decode_lock) in dst_read_status()
H A Ddst_common.h110 u8 decode_lock; member
/dports/net-p2p/microdc2/microdc2-0.15.6/src/
H A Dconnection.c36 decode_lock(const char *lock, size_t locklen, uint32_t basekey) in decode_lock() function
H A Dmicrodc.h522 char *decode_lock(const char *lock, size_t locklen, uint32_t basekey);
H A Duser.c893 key = decode_lock(buf+6, key-buf-6, DC_CLIENT_BASE_KEY); in user_handle_command()
1001 key = decode_lock(LOCK_STRING, LOCK_STRING_LEN, DC_CLIENT_BASE_KEY); in user_handle_command()
H A Dhub.c455 key = decode_lock(buf+6, key-buf-6, DC_CLIENT_BASE_KEY); in hub_handle_command()
/dports/comms/fldigi/fldigi-4.1.20/src/misc/
H A Dax25_decode.cxx1156 guard_lock decode_lock(&decode_lock_mutex); in ax25_decode() local
/dports/science/pulseview/pulseview-0.4.2/pv/data/
H A Ddecodesignal.cpp414 lock_guard<mutex> decode_lock(output_mutex_); in get_decoded_sample_count() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/nfs/
H A Dnfs4xdr.c5013 static int decode_lock(struct xdr_stream *xdr, struct nfs_lock_res *res) in decode_lock() function
6643 status = decode_lock(xdr, res); in nfs4_xdr_dec_lock()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/nfs/
H A Dnfs4xdr.c5013 static int decode_lock(struct xdr_stream *xdr, struct nfs_lock_res *res) in decode_lock() function
6643 status = decode_lock(xdr, res); in nfs4_xdr_dec_lock()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/nfs/
H A Dnfs4xdr.c5013 static int decode_lock(struct xdr_stream *xdr, struct nfs_lock_res *res) in decode_lock() function
6643 status = decode_lock(xdr, res); in nfs4_xdr_dec_lock()