HomeSort by relevance Sort by last modified time
    Searched refs:currInput (Results 1 - 11 of 11) sorted by null

  /external/valgrind/coregrind/
m_seqmatch.c 68 const HChar *currPatt, *currInput;
85 currInput = haveInput && !inputCompleter ?
138 if (!pattEQinp(currPatt,currInput,inputCompleter,ixInput)) return False;
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
residual.cpp 24 AVCFrameIO *currInput = encvid->currInput;
28 int orgPitch = currInput->pitch;
43 pSrc = currInput->YCbCr[0] + offset1;
78 pSrc = currInput->YCbCr[1] + ((offset1 + x_position) >> 2);
112 pSrc = currInput->YCbCr[2] + ((offset1 + x_position) >> 2);
intra_est.cpp 35 AVCFrameIO *currInput = encvid->currInput;
36 int orgPitch = currInput->pitch;
39 uint8 *orgY = currInput->YCbCr[0] + y_pos * orgPitch + x_pos;
69 orgY_2 = currInput->YCbCr[1] + offset + (y_pos >> 2) * (orgPitch - picPitch);
83 orgY_2 = currInput->YCbCr[2] + offset + (y_pos >> 2) * (orgPitch - picPitch);
114 AVCFrameIO *currInput = encvid->currInput;
122 int orgPitch = currInput->pitch;
143 orgY = currInput->YCbCr[0] + y_pos * orgPitch + x_pos
    [all...]
header.cpp 653 AVCFrameIO *currInput = encvid->currInput;
662 encvid->dispOrdPOCRef = currInput->disp_order;
664 while (currInput->disp_order < encvid->dispOrdPOCRef)
668 sliceHdr->pic_order_cnt_lsb = currInput->disp_order - encvid->dispOrdPOCRef;
719 encvid->dispOrdPOCRef = currInput->disp_order; /* reset the reference point */
780 sliceHdr->delta_pic_order_cnt[0] = currInput->disp_order - encvid->dispOrdPOCRef - video->expectedPicOrderCnt;
784 sliceHdr->delta_pic_order_cnt[1] = sliceHdr->delta_pic_order_cnt[0]; /* should be calculated from currInput->bottom_field->disp_order */
    [all...]
avcenc_api.cpp 139 encvid->currInput = NULL;
317 encvid->currInput = input;
318 encvid->currInput->coding_order = frameNum;
488 encvid->prevCodedFrameNum = encvid->currInput->coding_order;
slice.cpp 158 AVCFrameIO *currInput = encvid->currInput;
167 int orgPitch = currInput->pitch;
184 orgL = currInput->YCbCr[0] + offset;
188 orgCb = currInput->YCbCr[1] + offset;
189 orgCr = currInput->YCbCr[2] + offset;
209 /* and copy from currInput to currPic */
avcenc_int.h 385 AVCFrameIO *currInput; /* pointer to the current input frame */
block.cpp 80 int org_pitch = encvid->currInput->pitch;
364 int org_pitch = encvid->currInput->pitch;
726 int org_pitch = (encvid->currInput->pitch) >> 1;
    [all...]
motion_est.cpp 241 AVCFrameIO *currInput = encvid->currInput;
247 int pitch = currInput->pitch;
354 cur = currInput->YCbCr[0] + offset;
    [all...]
init.cpp 736 encvid->currInput->is_reference = 1; /* default to all frames */
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationInputManager.java 296 final ConversationInput currInput = mInputs[i];
297 if (currInput != target) {
300 if (currInput instanceof ConversationMediaPicker &&
309 showHideInternal(currInput, false /* show */, false /* animate */);

Completed in 103 milliseconds