Searched refs:frameType (Results 1 – 10 of 10) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/ |
D | AMRWB_E_SAMPLE.c | 75 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/ |
D | amrnbdec_test.cpp | 111 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/ |
D | BackingStore.java | 339 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/ |
D | SoftAMR.cpp | 364 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/ |
D | cod_main.h | 90 VOAMRWBFRAMETYPE frameType; member
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/ |
D | SoftAMRNBEncoder.cpp | 358 Frame_Type_3GPP frameType; in onQueueFilled() local 361 mInputFrame, outPtr, &frameType, AMR_TX_WMF); in onQueueFilled()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | bits.c | 44 Word16 bitstreamformat = st->frameType; in PackBits()
|
D | voAMRWBEnc.c | 1648 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/ |
D | mp4dec_api.h | 110 MP4FrameType frameType; member
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | pvdec_api.cpp | 1273 header_info->frameType = (MP4FrameType)currVop->predictionType; in PVDecodeVopHeader()
|