Home
last modified time | relevance | path

Searched refs:frameType (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
DAMRWB_E_SAMPLE.c75 VOAMRWBFRAMETYPE frameType, in encode() argument
183 ret = AudioAPI.SetParam(hCodec, VO_PID_AMRWB_FRAMETYPE, &frameType); in encode()
187 if(frameType == VOAMRWB_RFC3267) in encode()
268 VOAMRWBFRAMETYPE frameType; in main() local
282 frameType = VOAMRWB_RFC3267; in main()
321 case '0': frameType = VOAMRWB_DEFAULT; in main()
323 case '1': frameType = VOAMRWB_ITU; in main()
325 case '2': frameType = VOAMRWB_RFC3267 ; in main()
357 r = encode(mode, allow_dtx, frameType, inFileName, outFileName); in main()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/test/
Damrnbdec_test.cpp111 Frame_Type_3GPP frameType = (Frame_Type_3GPP)((mode >> 3) & 0x0f); in main() local
112 if (frameType >= AMR_SID){ in main()
113 fprintf(stderr, "Frame type %d not supported\n",frameType); in main()
119 int32_t frameSize = kFrameSizes[frameType]; in main()
125 decodeStatus = AMRDecode(amrHandle, frameType, (uint8_t*)inputBuf, in main()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DBackingStore.java339 public abstract void allocate(FrameType frameType); in allocate() argument
419 public void allocate(FrameType frameType) { in allocate() argument
492 public void allocate(FrameType frameType) { in allocate() argument
493 assertImageCompatible(frameType); in allocate()
586 public void allocate(FrameType frameType) { in allocate() argument
587 assertImageCompatible(frameType); in allocate()
699 public void allocate(FrameType frameType) { in allocate() argument
700 int size = frameType.getElementSize(); in allocate()
806 public void allocate(FrameType frameType) { in allocate() argument
807 assertCompatible(frameType); in allocate()
[all …]
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
DSoftAMR.cpp364 int16 frameType; in onQueueFilled() local
369 &frameType, &mode, 1, &rx_state); in onQueueFilled()
376 mDecoderBuf, frameType, mDecoderCookie); in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dcod_main.h90 VOAMRWBFRAMETYPE frameType; member
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
DSoftAMRNBEncoder.cpp358 Frame_Type_3GPP frameType; in onQueueFilled() local
361 mInputFrame, outPtr, &frameType, AMR_TX_WMF); in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dbits.c44 Word16 bitstreamformat = st->frameType; in PackBits()
DvoAMRWBEnc.c1648 st->frameType = VOAMRWB_RFC3267; /* frame type: RFC3267 */ in voAMRWB_Init()
1800 gData->frameType = *lValue; in voAMRWB_SetParam()
1871 temp = gData->frameType; in voAMRWB_GetParam()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
Dmp4dec_api.h110 MP4FrameType frameType; member
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dpvdec_api.cpp1273 header_info->frameType = (MP4FrameType)currVop->predictionType; in PVDecodeVopHeader()