Searched refs:temp (Results 1 - 25 of 220) sorted by path

123456789

/frameworks/av/drm/drmserver/
H A DDrmManager.cpp55 int temp = 0; local
63 temp = rand() & uniqueIdRange;
68 temp |= 0x1000;
73 if (mUniqueIdVector.itemAt(index) == temp) {
86 mUniqueIdVector.push(temp);
87 return temp;
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorBGAudioProcessing.cpp164 M4OSA_Int32 temp; local
166 temp = -(*pBTMdata1) * 2; // bring to original Amplitude level
168 if (temp > 32767) {
171 *pBTMdata1 = (M4OSA_Int16)(-temp);
174 temp = (*pBTMdata1) * 2; // bring to original Amplitude level
175 if ( temp > 32768) {
178 *pBTMdata1 = (M4OSA_Int16)temp;
H A DVideoEditorPreviewController.cpp691 sp<VideoEditorPlayer> temp = mVePlayer[playerInst]; local
692 temp->acquireLock();
696 temp->releaseLock();
849 int32_t temp = pFrameStr->uiFrameWidth; local
851 pFrameStr->uiFrameHeight = temp;
/frameworks/av/libvideoeditor/vss/3gpwriter/src/
H A DM4MP4W_Writer.c1435 M4OSA_FilePosition temp = mMp4FileDataPtr->absoluteCurrentPos; local
1447 M4OSA_kFileSeekBeginning, &temp);
1451 mMp4FileDataPtr->absoluteCurrentPos, err, temp);
1678 M4OSA_FilePosition temp = mMp4FileDataPtr->absoluteCurrentPos; local
1690 M4OSA_kFileSeekBeginning, &temp);
1694 mMp4FileDataPtr->absoluteCurrentPos, err, temp);
2453 M4OSA_FilePosition temp = mMp4FileDataPtr->absoluteCurrentPos local
2469 M4OSA_kFileSeekBeginning, &temp);
2474 + mMp4FileDataPtr->videoTrackPtr->currentPos, err, temp);
2815 M4OSA_UInt32 a_dataSize = 0; /* temp
[all...]
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c421 M4OSA_UInt32 maskedValue = 0, temp = 0; local
441 temp = (( bS->bitPos + length) - 32);
443 bS->currBuff |= (maskedValue >> (temp));
508 bS->currBuff |= ( maskedValue &(( 1 << temp) - 1)) << (32 - temp);
510 bS->bitPos = temp;
518 M4OSA_UInt32 maskedValue = 0, temp = 0; local
530 temp = 0;
667 M4OSA_Int32 loop, temp; local
678 temp
755 M4OSA_UInt32 temp = 0; local
1308 M4OSA_UInt32 temp = 0; local
1760 M4OSA_UInt32 temp = 0; local
[all...]
/frameworks/av/libvideoeditor/vss/src/
H A DM4VD_Tools.c62 M4OSA_UInt32 temp_dest = 0, mask = 0, temp = 1; local
73 mask |= (temp << ((7*(j+1))-i+j));
87 temp = ((input & (0x80000000 >> offset)) >> (31-offset));
88 //*dest_bits |= (temp << (31 - i));
89 *dest_bits |= (temp << ((7*(j+1))-i+j));
H A DM4VSS3GPP_AudioMixing.c3519 M4OSA_Int32 temp; local
3534 temp = -( *pPCMdata1)
3537 if( temp > 32767 )
3543 *pPCMdata1 = (M4OSA_Int16)(-temp);
3548 temp = ( *pPCMdata1)
3551 if( temp > 32768 )
3557 *pPCMdata1 = (M4OSA_Int16)temp;
H A DM4VSS3GPP_Edit.c2243 M4SYS_StreamIDValue temp; local
2406 temp.streamID = M4VSS3GPP_WRITER_VIDEO_STREAM_ID;
2407 temp.value = pC_ewc->uiVideoMaxAuSize;
2410 (M4OSA_DataOption) &temp);
2423 temp.streamID = M4VSS3GPP_WRITER_VIDEO_STREAM_ID;
2424 temp.value = (M4OSA_UInt32)(pC_ewc->uiVideoMaxAuSize \
2430 (M4OSA_DataOption) &temp);
2543 temp.streamID = M4VSS3GPP_WRITER_AUDIO_STREAM_ID;
2544 temp.value = pC_ewc->uiAudioMaxAuSize;
2547 (M4OSA_DataOption) &temp);
[all...]
H A DM4VSS3GPP_EditVideo.c3731 // free the temp buffer
3912 uint32_t temp = 0; local
3913 temp = pPlaneIn[0].u_width;
3915 pPlaneIn[0].u_height = temp;
3918 temp = pPlaneIn[1].u_width;
3920 pPlaneIn[1].u_height = temp;
3923 temp = pPlaneIn[2].u_width;
3925 pPlaneIn[2].u_height = temp;
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp1414 M4OSA_UInt8 temp, i, trackCount; local
1438 temp = pC->mCurrTrack;
1440 if(temp >= trackCount) {
1446 meta = pC->mExtractor->getTrackMetaData(temp);
1450 pC->mVideoSource = pC->mExtractor->getTrack(temp);
H A DVideoEditorMp3Reader.cpp437 M4OSA_UInt8 type, temp; local
459 for (temp = 0; temp < pReaderContext->mExtractor->countTracks(); temp++) {
460 meta = pReaderContext->mExtractor->getTrackMetaData(temp);
466 pReaderContext->mExtractor->getTrack(temp);
H A DVideoEditorVideoDecoder.cpp625 uint32_t temp = *inyuv_4++; local
626 uint32_t tempU = temp & 0xFF;
627 tempU = tempU | ((temp >> 8) & 0xFF00);
629 uint32_t tempV = (temp >> 8) & 0xFF;
630 tempV = tempV | ((temp >> 16) & 0xFF00);
/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DBQ_1I_D16F16Css_TRC_WRA_01_Init.c44 LVM_INT16 temp; local
48 temp=pCoef->A2;
49 pBiquadState->coefs[0]=temp;
50 temp=pCoef->A1;
51 pBiquadState->coefs[1]=temp;
52 temp=pCoef->A0;
53 pBiquadState->coefs[2]=temp;
54 temp=pCoef->B2;
55 pBiquadState->coefs[3]=temp;
56 temp
[all...]
H A DBQ_1I_D16F32Css_TRC_WRA_01_init.c45 LVM_INT16 temp; local
49 temp=pCoef->A2;
50 pBiquadState->coefs[0]=temp;
51 temp=pCoef->A1;
52 pBiquadState->coefs[1]=temp;
53 temp=pCoef->A0;
54 pBiquadState->coefs[2]=temp;
55 temp=pCoef->B2;
56 pBiquadState->coefs[3]=temp;
57 temp
[all...]
H A DBQ_2I_D16F16Css_TRC_WRA_01_Init.c45 LVM_INT16 temp; local
49 temp=pCoef->A2;
50 pBiquadState->coefs[0]=temp;
51 temp=pCoef->A1;
52 pBiquadState->coefs[1]=temp;
53 temp=pCoef->A0;
54 pBiquadState->coefs[2]=temp;
55 temp=pCoef->B2;
56 pBiquadState->coefs[3]=temp;
57 temp
[all...]
H A DBQ_2I_D16F32Css_TRC_WRA_01_init.c44 LVM_INT16 temp; local
48 temp=pCoef->A2;
49 pBiquadState->coefs[0]=temp;
50 temp=pCoef->A1;
51 pBiquadState->coefs[1]=temp;
52 temp=pCoef->A0;
53 pBiquadState->coefs[2]=temp;
54 temp=pCoef->B2;
55 pBiquadState->coefs[3]=temp;
56 temp
[all...]
H A DBQ_2I_D32F32Cll_TRC_WRA_01_Init.c44 LVM_INT32 temp; local
48 temp=pCoef->A2;
49 pBiquadState->coefs[0]=temp;
50 temp=pCoef->A1;
51 pBiquadState->coefs[1]=temp;
52 temp=pCoef->A0;
53 pBiquadState->coefs[2]=temp;
54 temp=pCoef->B2;
55 pBiquadState->coefs[3]=temp;
56 temp
[all...]
H A DDelayAllPass_Sat_32x16To32.c40 LVM_INT32 temp; local
46 MUL32x16INTO32(delay[AllPassOffset], coeff, temp, 15)
47 a = temp;
67 MUL32x16INTO32(c, -coeff, temp, 15)
68 a = temp;
H A DDelayMix_16x16.c37 LVM_INT16 temp; local
42 temp = (LVM_INT16)((LVM_UINT32)((LVM_INT32)(*dst) + (LVM_INT32)delay[Offset]) >> 1);
43 *dst = temp;
52 temp = (LVM_INT16)((LVM_UINT32)((LVM_INT32)(*dst) - (LVM_INT32)delay[Offset]) >> 1);
53 *dst = temp;
H A DFO_1I_D16F16Css_TRC_WRA_01_Init.c45 LVM_INT16 temp; local
49 temp=pCoef->A1;
50 pBiquadState->coefs[0]=temp;
51 temp=pCoef->A0;
52 pBiquadState->coefs[1]=temp;
53 temp=pCoef->B1;
54 pBiquadState->coefs[2]=temp;
H A DFO_1I_D32F32Cll_TRC_WRA_01_Init.c44 LVM_INT32 temp; local
48 temp=pCoef->A1;
49 pBiquadState->coefs[0]=temp;
50 temp=pCoef->A0;
51 pBiquadState->coefs[1]=temp;
52 temp=pCoef->B1;
53 pBiquadState->coefs[2]=temp;
H A DFO_2I_D16F32Css_LShx_TRC_WRA_01_Init.c44 LVM_INT16 temp; local
48 temp=pCoef->A1;
49 pBiquadState->coefs[0]=temp;
50 temp=pCoef->A0;
51 pBiquadState->coefs[1]=temp;
52 temp=pCoef->B1;
53 pBiquadState->coefs[2]=temp;
55 temp=pCoef->Shift;
56 pBiquadState->Shift = temp;
H A DInt32RShiftToInt16_Sat_32x16.c33 LVM_INT32 temp; local
38 temp = *src >> shift;
41 if (temp > 0x00007FFF)
45 else if (temp < -0x00008000)
51 *dst = (LVM_INT16)temp;
H A DMSTo2i_Sat_16x16.c33 LVM_INT32 temp,mVal,sVal; local
45 temp = mVal + sVal;
47 if (temp > 0x00007FFF)
51 else if (temp < -0x00008000)
57 *dst = (LVM_INT16)temp;
61 temp = mVal - sVal;
63 if (temp > 0x00007FFF)
67 else if (temp < -0x00008000)
73 *dst = (LVM_INT16)temp;
H A DMac3s_Sat_32x16.c35 LVM_INT32 srcval,temp, dInVal, dOutVal; local
43 MUL32x16INTO32(srcval,val,temp,15)
46 dOutVal = temp + dInVal;
49 if ((((dOutVal ^ temp) & (dOutVal ^ dInVal)) >> 31)!=0) /* overflow / underflow */
51 if(temp<0)

Completed in 186 milliseconds

123456789