Lines Matching full:componentid
131 (JNIEnv *env, jclass cls, jint componentID, jint width, jint stride,
134 jint retval=(jint)tjPlaneSizeYUV(componentID, width, stride, height,
144 (JNIEnv *env, jclass cls, jint componentID, jint width, jint subsamp)
146 jint retval=(jint)tjPlaneWidth(componentID, width, subsamp);
155 (JNIEnv *env, jclass cls, jint componentID, jint height, jint subsamp)
157 jint retval=(jint)tjPlaneHeight(componentID, height, subsamp);