OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:currInput
(Results
1 - 8
of
8
) 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/
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
...]
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);
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 */
motion_est.cpp
241
AVCFrameIO *
currInput
= encvid->
currInput
;
247
int pitch =
currInput
->pitch;
354
cur =
currInput
->YCbCr[0] + offset;
[
all
...]
avcenc_int.h
385
AVCFrameIO *
currInput
; /* pointer to the current input frame */
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
...]
/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 105 milliseconds