Searched refs:run (Results 1 - 25 of 1559) sorted by path

1234567891011>>

/frameworks/av/cmds/screenrecord/
H A DOverlay.cpp73 run("overlay");
/frameworks/av/include/media/
H A Dconvert.h167 static inline bool run(const std::string &str, dstType &result) function in class:android::utilities::details::Converter
177 static inline bool run(const srcType &str, std::string &result) function in class:android::utilities::details::Converter
195 static inline bool run(Src &src, Dst &dst) function in class:android::utilities::details::Converter
216 return details::Converter<srcType, dstType>::run(input, result);
268 if (!details::Converter<std::string, float>::run(str, result)) {
298 if (!details::Converter<std::string, double>::run(str, result)) {
/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp257 mAudioRecordThread->run("AudioRecord", ANDROID_PRIORITY_AUDIO);
1033 // if inactive, then don't run me again until re-started
1172 // A lot has transpired since ns was calculated, so run again immediately and re-calculate
H A DAudioTrack.cpp517 mAudioTrackThread->run("AudioTrack", ANDROID_PRIORITY_AUDIO, 0 /*stack*/);
1810 // Would it ever make sense to run the thread, even without callbacks?
2009 // if inactive, then don't run me again until re-started
2202 // A lot has transpired since ns was calculated, so run again immediately and re-calculate
/frameworks/av/media/libmedia/
H A DJetPlayer.cpp106 mThread->run("jetRenderThread", ANDROID_PRIORITY_AUDIO);
H A DVisualizer.cpp82 t->run("Visualizer");
/frameworks/av/media/libmedia/include/media/
H A Dconvert.h167 static inline bool run(const std::string &str, dstType &result) function in class:android::utilities::details::Converter
177 static inline bool run(const srcType &str, std::string &result) function in class:android::utilities::details::Converter
195 static inline bool run(Src &src, Dst &dst) function in class:android::utilities::details::Converter
216 return details::Converter<srcType, dstType>::run(input, result);
268 if (!details::Converter<std::string, float>::run(str, result)) {
298 if (!details::Converter<std::string, double>::run(str, result)) {
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp609 res = mBufferQueueListener->run("CameraSource-BufferQueueListener");
611 ALOGE("%s: Could not run buffer queue listener thread: %s (%d)", __FUNCTION__,
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h161 uint run; member in struct:tagTcoef
182 uint8 run; member in struct:tagVLCtab2
H A Dvlc_decode.cpp873 pTcoef->run = (uint) tab->run; //(tab->val >> 8) & 255;
884 //if (((tab->run<<8)|(tab->level)|(tab->last<<16)) == VLC_ESCAPE_CODE)
920 pTcoef->run = (uint)tab->run; //(tab->val >> 8) & 255;
926 if ((pTcoef->last == 0 && pTcoef->run > 14) || (pTcoef->last == 1 && pTcoef->run > 20))
930 pTcoef->level = pTcoef->level + intra_max_level[pTcoef->last][pTcoef->run];
941 /* second escape mode. run is offset */
972 pTcoef->run
[all...]
H A Dvlc_dequant.cpp101 /* enter the zero run decoding loop */
124 i += run_level.run;
414 /* enter the zero run decoding loop */
429 i += run_level.run;
570 i += run_level.run;
869 /* enter the zero run decoding loop */
881 i += run_level.run;
955 i += run_level.run;
1094 /* enter the zero run decoding loop */
1108 i += run_level.run;
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h140 Int run[64]; /* Runlength */ member in struct:tagRunLevelBlock
H A Dvlc_encode.cpp142 Int PutCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream);
143 Int PutCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream);
144 Int PutCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream);
145 Int PutCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream);
154 Int PutCoeff_Inter_RVLC(Int run, Int level, BitstreamEncVideo *bitstream);
155 Int PutCoeff_Inter_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream);
156 Int PutCoeff_Intra_RVLC(Int run, Int level, BitstreamEncVideo *bitstream);
157 Int PutCoeff_Intra_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream);
159 Int PutRunCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream);
160 Int PutRunCoeff_Inter_Last(Int run, In
291 PutCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) argument
311 PutCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
333 PutCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream) argument
365 PutCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
393 PutCoeff_Inter_RVLC(Int run, Int level, BitstreamEncVideo *bitstream) argument
449 PutCoeff_Inter_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
483 PutCoeff_Intra_RVLC(Int run, Int level, BitstreamEncVideo *bitstream) argument
545 PutCoeff_Intra_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
580 PutRunCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) argument
609 PutRunCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
638 PutRunCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream) argument
688 PutRunCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
729 PutLevelCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) argument
756 PutLevelCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
783 PutLevelCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream) argument
829 PutLevelCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream) argument
1437 Int run; local
1510 Int run; local
1579 Int run; local
1794 Int run, idx; local
[all...]
H A Dvlc_encode.h24 Int PutCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
25 Int PutCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
33 Int PutCoeff_Inter_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
34 Int PutCoeff_Intra_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
35 Int PutRunCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
36 Int PutRunCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
37 Int PutLevelCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
38 Int PutLevelCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream);
H A Dvlc_encode_inline.h25 Int idx, run, level, j; local
30 run = 0;
41 run++;
55 RLB->run[idx] = run;
56 run = 0;
63 RLB->run[idx] = run;
64 run = 0;
78 run
116 Int idx, run, level, j; local
126 clz run, match local
138 mov run, run, lsl #1 /* 05/09/02 */ local
142 rsb run, j, run, lsr #1 /* delta run */ local
163 clz run, match local
169 clz run, match local
179 add run, run, #32 /* current position */ local
180 mov run, run, lsl #1 /* 09/02/05 */ local
184 rsb run, j, run, lsr #1 /* delta run */ local
205 clz run, match local
230 Int idx, run, level = 0, j; local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DarmVC.h297 * Performs filling of the coefficient buffer according to the run, level
330 * Performs escape mode decision based on the run, run+, level, level+ and
345 * [in] runBeginSingleLevelEntriesL0 The run value from which level
350 * [in] runBeginSingleLevelEntriesL1 The run value from which level
422 * The run value after which level
426 * The run value after which level
491 * [in] run Run value (count of zeros) to be encoded
493 * [in] runPlus Calculated as runPlus = run - (RMAX + 1)
499 * The run valu
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DarmVC.h297 * Performs filling of the coefficient buffer according to the run, level
330 * Performs escape mode decision based on the run, run+, level, level+ and
345 * [in] runBeginSingleLevelEntriesL0 The run value from which level
350 * [in] runBeginSingleLevelEntriesL1 The run value from which level
422 * The run value after which level
426 * The run value after which level
491 * [in] run Run value (count of zeros) to be encoded
493 * [in] runPlus Calculated as runPlus = run - (RMAX + 1)
499 * The run valu
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DarmVC.h297 * Performs filling of the coefficient buffer according to the run, level
330 * Performs escape mode decision based on the run, run+, level, level+ and
345 * [in] runBeginSingleLevelEntriesL0 The run value from which level
350 * [in] runBeginSingleLevelEntriesL1 The run value from which level
422 * The run value after which level
426 * The run value after which level
491 * [in] run Run value (count of zeros) to be encoded
493 * [in] runPlus Calculated as runPlus = run - (RMAX + 1)
499 * The run valu
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_CheckVLCEscapeMode.c42 * Performs escape mode decision based on the run, run+, level, level+ and
48 * [in] run Run value (count of zeros) to be encoded
50 * [in] runPlus Calculated as runPlus = run - (RMAX + 1)
55 * The run value after which level
72 OMX_U32 run,
87 /* Check for a valid entry with run, level and Last combination
89 if (run <= maxStoreRun)
91 entries = pRunIndexTable[run + 1]
92 - pRunIndexTable[run];
71 armVCM4P2_CheckVLCEscapeMode( OMX_U32 run, OMX_U32 runPlus, OMX_S16 level, OMX_S16 levelPlus, OMX_U8 maxStoreRun, OMX_U8 maxRunForMultipleEntries, OMX_INT shortVideoHeader, const OMX_U8 *pRunIndexTable ) argument
[all...]
H A DarmVCM4P2_FillVLCBuffer.c53 * [in] run Run value (count of zeros) to be encoded
55 * [in] runPlus Calculated as runPlus = run - (RMAX + 1)
61 * The run value after which level will be equal to 1:
81 OMX_U32 run,
93 OMX_U32 tempRun = run, sign = 0;
156 tempRun = run;
78 armVCM4P2_FillVLCBuffer( OMX_U8 **ppBitStream, OMX_INT * pBitOffset, OMX_U32 run, OMX_S16 level, OMX_U32 runPlus, OMX_S16 levelPlus, OMX_U8 fMode, OMX_U8 last, OMX_U8 maxRunForMultipleEntries, const OMX_U8 *pRunIndexTable, const ARM_VLC32 *pVlcTable ) argument
H A DarmVCM4P2_PutVLCBits.c65 * The run value after which level
69 * The run value after which level
122 OMX_U32 storeRun = 0, run, storeRunPlus; local
128 for (i = start, run=0; i < 64; i++)
132 /* Counting the run */
135 run++;
175 storeRun = run;
177 run = 0;
187 (armAbs(storeLevel) - pLMAXTableL1[run]);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_cavlc.c760 u32 run[16]; local
884 run[i] = INFO(tmp);
885 zerosLeft -= run[i]++;
889 run[i] = 1;
893 /* combining level and run, levelSuffix variable used to hold coeffMap,
896 /*lint -esym(771,level,run) level and run are always initialized */
902 tmp += run[i];
/frameworks/av/media/libstagefright/foundation/
H A DALooper.cpp123 status_t err = mThread->run(
H A DANetworkSession.cpp822 status_t err = mThread->run("ANetworkSession", ANDROID_PRIORITY_AUDIO);
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp268 mThread->run("OMXCallbackDisp", ANDROID_PRIORITY_FOREGROUND);

Completed in 711 milliseconds

1234567891011>>