Searched refs:topleft (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp531 M4VIFI_UInt32 topleft[2]; local
622 topleft[0] = currentFraming->topleft_x;
623 topleft[1] = currentFraming->topleft_y;
631 * Framing is applyed if coordinates matches between framing/topleft and input plane */
632 if( y < (topleft[0] + currentFraming->FramingYuv[0].u_width) &&
633 y >= topleft[0] &&
634 x < (topleft[1] + currentFraming->FramingYuv[0].u_height) &&
635 x >= topleft[1])
678 *( p_out0+y+x*PlaneOut[0].u_stride)=(*(currentFraming->FramingYuv[0].pac_data+(y-topleft[0])+(x-topleft[
[all...]
/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_internal.c632 /*The (a) topleft parameters can be moved to keep the same area size*/
637 /*Move the (a) topleft parameter to 0 but the ratio will be also further
643 /*The (a) topleft parameters can be moved to keep the same area size*/
648 /*Move the (a) topleft parameter to 0 but the ratio will be also further
695 /*The (b) topleft parameters can be moved to keep the same area size*/
700 /*Move the (b) topleft parameter to 0 but the ratio will be also further
706 /*The (b) topleft parameters can be moved to keep the same area size*/
711 /*Move the (b) topleft parameter to 0 but the ratio will be also further
2259 * Force topleft to 0 for pure framing effect */
3832 M4VIFI_UInt32 topleft[ local
[all...]
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css430 -moz-border-radius-topleft: 8px;
674 -moz-border-radius-topleft: 4px;
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dintra_est.cpp1378 int a_16, b, c, factor_c, topleft; local
1595 topleft = curCb[-pitch-1];
1612 H += i * (*comp_ref_x0++ - topleft);
1670 topleft = curCr[-pitch-1];
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css2474 -moz-border-radius-topleft: 2px;
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/
H A Ddefault.css2474 -moz-border-radius-topleft: 2px;

Completed in 1963 milliseconds