OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rx_type
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
amrdecode.cpp
83
Description: Changed '&' to '&&' in the setting of
rx_type
and mode for
269
rx_type
= RX_SPEECH_GOOD;
284
rx_type
= RX_SID_FIRST
287
rx_type
= RX_SID_UPDATE
297
rx_type
= RX_SPEECH_BAD;
304
rx_type
= RX_NO_DATA;
315
rx_type
= (enum RXFrameType) *ets_word_ptr
327
IF (
rx_type
!= RX_NO_DATA)
353
frame_type =
rx_type
,
400
enum RXFrameType
rx_type
= RX_NO_DATA
local
[
all
...]
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
pvgsmamr.h
59
enum RXFrameType
rx_type
;
member in class:CPVGsmDecoder
/hardware/ti/wlan/mac80211/ti-utils/
nvs.c
413
unsigned char
rx_type
;
local
416
rx_type
= eNVS_RADIO_RX_PARAMETERS;
417
write(fd, &
rx_type
, 1);
Completed in 70 milliseconds