Searched defs:mode (Results 101 - 125 of 293) sorted by relevance

1234567891011>>

/frameworks/base/libs/hwui/
H A DLayerRenderer.cpp377 SkXfermode::Mode mode = layer->getMode(); local
447 layer->setAlpha(alpha, mode);
/frameworks/base/media/libstagefright/
H A DAACExtractor.cpp276 ReadOptions::SeekMode mode; local
277 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
H A DAMRExtractor.cpp255 ReadOptions::SeekMode mode; local
256 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
H A DJPEGSource.cpp115 ReadOptions::SeekMode mode; local
116 if (options != NULL && options->getSeekTo(&seekTimeUs, &mode)) {
/frameworks/base/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp222 ReadOptions::SeekMode mode; local
223 CHECK(options == NULL || !options->getSeekTo(&seekTimeUs, &mode));
/frameworks/base/media/libstagefright/codecs/amrnb/common/src/
H A Dq_plsf_3.cpp808 mode = coder mode (enum)
813 MA prediction in DTX mode (Word16)
819 in DTX mode
836 mr795_1_lsf = first codebook for MR795 mode (const Word16)
838 past_rq_init = initalization table for MA predictor in DTX mode
866 enum Mode mode, // i : coder mode
870 Word16 *pred_init_i // o : init index for MA prediction in DTX mode
891 if (test(), sub(mode, MRDT
1006 Q_plsf_3( Q_plsfState *st, enum Mode mode, Word16 *lsp1, Word16 *lsp1_q, Word16 *indice, Word16 *pred_init_i, Flag *pOverflow ) argument
[all...]
/frameworks/base/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp326 int16 mode = ((inputPtr[0] >> 3) & 0x0f); local
327 size_t frameSize = getFrameSize(mode);
335 &frameType, &mode, 1, &rx_state); local
341 mode, mInputSampleBuffer,
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
H A Ddec_amr.cpp41 codec mode. The functions used to initialize, reset, and exit are also
276 mode = codec mode (enum Mode)
309 int Decoder_amr_reset (Decoder_amrState *state, enum Mode mode)
324 if (mode != MRDTX)
333 if (mode != MRDTX) {
345 if (mode != MRDTX) {
354 if (mode != MRDTX)
360 if (mode != MRDTX)
366 if (mode !
395 Decoder_amr_reset(Decoder_amrState *state, enum Mode mode) argument
1333 Decoder_amr( Decoder_amrState *st, enum Mode mode, Word16 parm[], enum RXFrameType frame_type, Word16 synth[], Word16 A_t[] ) argument
[all...]
H A Ddtx_dec.cpp60 #include "mode.h"
348 mode = AMR mode
394 enum Mode mode, // i : AMR mode
445 st->log_en_adjust = dtx_log_en_adjust[mode];
488 // make log_en speech coder mode independent
634 // 0.1*dtx_log_en_adjust[mode]);
636 shr(mult(shl(dtx_log_en_adjust[mode],5),3277),5));
751 // adjust level to speech coder mode
840 dtx_dec( dtx_decState *st, Word16 mem_syn[], D_plsfState* lsfState, gc_predState* predState, Cb_gain_averageState* averState, enum DTXStateType new_state, enum Mode mode, Word16 parm[], Word16 synth[], Word16 A_t[], Flag *pOverflow ) argument
[all...]
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
H A Dcod_amr.cpp759 mode = AMR mode of type enum Mode
763 usedMode = pointer to the used mode of type enum Mode
814 enum Mode mode, // i : AMR mode
817 enum Mode *usedMode, // o : used mode
867 *usedMode = mode;
902 lpc(st->lpcSt, mode, st->p_window, st->p_window_12k2, A_t);
906 lsp(st->lspSt, mode, *usedMode, A_t, Aq_t, lsp_new, &ana);
914 // Check if in DTX mode
1215 cod_amr( cod_amrState *st, enum Mode mode, Word16 new_speech[], Word16 ana[], enum Mode *usedMode, Word16 synth[] ) argument
[all...]
H A Dpitch_ol.cpp669 mode = data of type enum Mode specifies the mode.
724 enum Mode mode, // i : coder mode
756 if ((sub(mode, MR475) == 0) || (sub(mode, MR515) == 0))
828 // mode dependent scaling in Lag_max
829 if (sub(mode, MR122) == 0)
941 enum Mode mode, /* i : coder mode */
939 Pitch_ol( vadState *vadSt, enum Mode mode, Word16 signal[], Word16 pit_min, Word16 pit_max, Word16 L_frame, Word16 idx, Flag dtx, Flag *pOverflow ) argument
[all...]
/frameworks/base/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwbdecoder.cpp47 int16 mode, input : used mode
282 int16 mode, /* input : used mode */
339 /* mode verification */
341 nb_bits = AMR_WB_COMPRESSED[mode];
431 if (newDTXState != SPEECH) /* CNG mode */
556 * - decode the pitch delay and filter mode
281 pvDecoder_AmrWb( int16 mode, int16 prms[], int16 synth16k[], int16 * frame_length, void *spd_state, int16 frame_type, int16 ScratchMem[] ) argument
/frameworks/base/media/libstagefright/codecs/amrwbenc/
H A DAMRWBEncoder.cpp105 VOAMRWBMODE mode = pickModeFromBitRate(mBitRate); local
106 if (VO_ERR_NONE != mApiHandle->SetParam(mEncoderHandle, VO_PID_AMRWB_MODE, &mode)) {
107 LOGE("Failed to set AMRWB encoder mode to %d", mode);
203 ReadOptions::SeekMode mode; local
204 CHECK(options == NULL || !options->getSeekTo(&seekTimeUs, &mode));
/frameworks/base/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAMRWB_E_SAMPLE.c43 printf ("Options +M* for seting compression bitrate mode, default is 23.85kbps\n");
59 printf ("Options +DTX enable DTX mode, default is disable.\n");
73 int mode,
184 ret = AudioAPI.SetParam(hCodec, VO_PID_AMRWB_MODE, &mode);
263 int mode, r; local
280 mode = VOAMRWB_MD2385;
294 case '0': mode = VOAMRWB_MD66;
296 case '1': mode = VOAMRWB_MD885;
298 case '2': mode = VOAMRWB_MD1265;
300 case '3': mode
72 encode( int mode, short allow_dtx, VOAMRWBFRAMETYPE frameType, const char* srcfile, const char* dstfile ) argument
[all...]
/frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
H A Dcod_main.h89 VOAMRWBMODE mode; member in struct:__anon672
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp367 MP4DecodingMode mode = local
371 mHandle, vol_data, &vol_size, 1, mWidth, mHeight, mode);
382 if (mode != actualMode) {
400 if (mode == MPEG4_MODE && portSettingsChanged()) {
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dcombined_decode.cpp27 /* Purpose : Decode a frame of MPEG4 bitstream in combined mode. */
34 /* 04/13/2000 : Rewrote this combined mode path completely */
533 uint mode = video->headerInfo.Mode[mbnum]; local
574 if (mode & INTRA_MASK) /* MODE_INTRA || MODE_INTRA_Q */
658 status = PV_GetMBvectors(video, mode);
H A Ddatapart_decode.cpp28 /* Purpose : Decode a frame of MPEG4 bitstream in datapartitioning mode. */
235 /* No skipped mode in I-packets 3/1/2001 */
240 /* there is always acdcpred in DataPart mode 04/10/01 */
265 /* No skipped mode in I-packets 3/1/2001 */
424 /* there is always acdcprediction in DataPart mode 04/10/01 */
629 uint8 mode = video->headerInfo.Mode[mbnum]; local
664 if (mode & INTRA_MASK) /* MODE_INTRA || mode == MODE_INTRA_Q */
H A Ddcac_prediction.cpp226 uint8 *mode = video->headerInfo.Mode; local
269 && (mode[mbnum-nMBPerRow] == MODE_INTRA || mode[mbnum-nMBPerRow] == MODE_INTRA_Q);;
277 && (mode[mbnum-1] == MODE_INTRA || mode[mbnum-1] == MODE_INTRA_Q);
285 && (mode[mbnum-nMBPerRow] == MODE_INTRA || mode[mbnum-nMBPerRow] == MODE_INTRA_Q);
287 && (mode[mbnum-1] == MODE_INTRA || mode[mbnum-1] == MODE_INTRA_Q);
H A Dmb_motion_comp.cpp57 the motion compensation mode in order to determine which luminance or
143 uint8 mode; local
187 /* get mode for current MB */
188 mode = video->headerInfo.Mode[mbnum];
193 if (mode & INTER_1VMASK)
243 /*if (mode == MODE_INTER4V) 05/08/15 */
401 if (mode&INTER_1VMASK)
421 /* Post-processing mode (MBM_INTER8) */
600 /* Post-processing mode (copy previous MB) */
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/
H A DM4vH263Encoder.cpp36 MP4EncodingMode mode,
40 LOGV("ConvertOmxProfileLevel: %d/%d/%d", mode, omxProfile, omxLevel);
42 if (mode == H263_MODE) {
235 // XXX: Set the mode proper for other types of applications
35 ConvertOmxProfileLevel( MP4EncodingMode mode, int32_t omxProfile, int32_t omxLevel, ProfileLevelType* pvProfileLevel) argument
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dcombined_encode.cpp31 /* Purpose : Encode a frame of MPEG4 bitstream in Combined mode. */
173 if (!currVol->shortVideoHeader) /* Not in ShortVideoHeader mode */
255 /* Purpose : Encode a slice of MPEG4 bitstream in Combined mode and save */
267 UChar mode = MODE_INTRA; local
440 mode = Mode[mbnum];
461 /* Not in ShortVideoHeader mode and RESYNC MARKER MODE */
491 Mode[mbnum] = mode;
674 /* Purpose : Encode a frame of MPEG4 bitstream in Combined mode. */
H A Dfindhalfpel.cpp180 And decide between 1MV or 4MV mode
185 UChar *mode, Int xpos, Int ypos, Int *xhmin, Int *yhmin, UChar *hp_mem)
269 *mode = MODE_INTER;
282 *mode = MODE_INTER4V;
184 FindHalfPelBlk(VideoEncData *video, UChar *cur, MOT *mot, Int sad16, UChar *ncand8[], UChar *mode, Int xpos, Int ypos, Int *xhmin, Int *yhmin, UChar *hp_mem) argument
/frameworks/base/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_dec_defs.h128 int32 mode; member in struct:__anon724
/frameworks/base/media/libstagefright/timedtext/
H A DTimedTextParser.cpp203 MediaSource::ReadOptions::SeekMode mode; local
204 if (options && options->getSeekTo(&seekTimeUs, &mode)) {

Completed in 235 milliseconds

1234567891011>>