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

  /libcore/ojluni/src/main/native/
java_util_zip_Deflater.c 44 static jfieldID levelID;
53 levelID = (*env)->GetFieldID(env, cls, "level", "I");
132 int level = (*env)->GetIntField(env, this, levelID);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 282 * @param levelID is the pointer of the level ID that could be 10-70.
285 OSCL_IMPORT_REF Bool PVGetH263ProfileLevelID(VideoEncControls *encCtrl, Int *profileID, Int *levelID);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp     [all...]

Completed in 299 milliseconds