/frameworks/av/media/libstagefright/codecs/amrnb/dec/ |
SoftAMR.cpp | 364 int16 frameType; 369 &frameType, &mode, 1, &rx_state); 376 mDecoderBuf, frameType, mDecoderCookie);
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/ |
SoftAMRNBEncoder.cpp | 358 Frame_Type_3GPP frameType; 361 mInputFrame, outPtr, &frameType, AMR_TX_WMF);
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
MainThreadWebSocketChannel.h | 145 QueuedFrameType frameType; 146 // Only one of the following items is used, according to the value of frameType.
|
/frameworks/av/libvideoeditor/vss/src/ |
M4AMRR_CoreReader.c | 97 M4OSA_UInt32 M4AMRR_getAuSize(M4OSA_UInt32 frameType, M4SYS_StreamType streamType); 98 M4OSA_UInt32 M4AMRR_getBitrate(M4OSA_UInt32 frameType, M4SYS_StreamType streamType); 102 * M4OSA_UInt32 M4AMRR_getAuSize(M4OSA_UInt32 frameType, M4SYS_StreamType streamType) 104 * @note This function takes the stream type and the frametype and returns the 106 * @param frameType(IN) : AMR frame type 111 M4OSA_UInt32 M4AMRR_getAuSize(M4OSA_UInt32 frameType, M4SYS_StreamType streamType) 118 return M4AMRR_NB_AUSIZE[frameType]; 122 return M4AMRR_WB_AUSIZE[frameType]; 128 * M4OSA_UInt32 M4AMRR_getBitrate(M4OSA_UInt32 frameType, M4SYS_StreamType streamType) 130 * @note This function takes the stream type and the frametype and returns th [all...] |
M4VSS3GPP_Clip.c | [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/ |
AMRWB_E_SAMPLE.c | 75 VOAMRWBFRAMETYPE frameType, 183 ret = AudioAPI.SetParam(hCodec, VO_PID_AMRWB_FRAMETYPE, &frameType); 187 if(frameType == VOAMRWB_RFC3267) 268 VOAMRWBFRAMETYPE frameType; 282 frameType = VOAMRWB_RFC3267; 321 case '0': frameType = VOAMRWB_DEFAULT; 323 case '1': frameType = VOAMRWB_ITU; 325 case '2': frameType = VOAMRWB_RFC3267 ; 357 r = encode(mode, allow_dtx, frameType, inFileName, outFileName);
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
cod_main.h | 90 VOAMRWBFRAMETYPE frameType;
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/ |
mp4dec_api.h | 110 MP4FrameType frameType;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
OMX_G729Dec_Utils.c | 676 OMX_U8 frameType = 0; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
OMX_G711Dec_Utils.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
OMX_AmrDec_Utils.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
OMX_WbAmrDec_Utils.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/ |
G729EncTest.c | 398 int frameType = 0; [all...] |
/external/webrtc/src/modules/interface/ |
module_common_types.h | 124 FrameType frameType; 324 frameType = data.frameType; 358 frameType = data.frameType; 393 FrameType frameType;
|
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/ |
ExynosVideoApi.h | 128 ExynosVideoFrameType frameType; 263 ExynosVideoErrorType (*Set_FrameType)(void *pHandle, int frameType);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/ |
OMX_G711Dec_Utils.h | 440 * frameType @ Type of packaging per frame number 445 unsigned long frameType; /* 0: voice frame (80 bytes), 1: SID frame (22 bytes), 2: No Data (0 bytes), 3: Frame lost */
|
OMX_G711Decoder.h | 372 unsigned long frameType; /* 0: voice frame (80 bytes), 1: SID frame (22 bytes), 2: No Data (0 bytes), 3: Frame lost */
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/ |
OMX_G711Enc_Utils.h | 524 *frameType Tio save the frame type 529 unsigned long frameType; /* 0: voice frame (80 bytes), 1: SID frame (22 bytes), 2: No Data (0 bytes), 3: Frame lost */ 716 OMX_S16 frametype; member in struct:G711ENC_COMPONENT_PRIVATE [all...] |
/frameworks/av/libvideoeditor/vss/mcs/src/ |
M4MCS_API.c | [all...] |