Lines Matching full:componentid
135 (JNIEnv *env, jclass cls, jint componentID, jint width, jint stride,
138 jint retval=(jint)tjPlaneSizeYUV(componentID, width, stride, height,
148 (JNIEnv *env, jclass cls, jint componentID, jint width, jint subsamp)
150 jint retval=(jint)tjPlaneWidth(componentID, width, subsamp);
159 (JNIEnv *env, jclass cls, jint componentID, jint height, jint subsamp)
161 jint retval=(jint)tjPlaneHeight(componentID, height, subsamp);