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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 282 * @param profileID is the pointer of the profile ID. Right now we only support profile 0
286 OSCL_IMPORT_REF Bool PVGetH263ProfileLevelID(VideoEncControls *encCtrl, Int *profileID, Int *levelID);
  /external/dng_sdk/source/
dng_render.cpp 829 dng_camera_profile_id profileID; // Default profile ID.
834 AutoPtr<dng_color_spec> spec (fNegative.MakeColorSpec (profileID));
871 const dng_camera_profile *profile = fNegative.ProfileByID (profileID);
914 fNegative.TotalBaselineExposure (profileID) -
    [all...]
dng_negative.h     [all...]
dng_negative.cpp     [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothConnectionFacade.java 468 for (int profileId : profileIds) {
469 switch (profileId) {
568 @RpcParameter(name = "profileId",
569 description = "profileId same as BluetoothProfile")
570 Integer profileId) {
572 switch (profileId) {
582 Log.w("Profile id " + profileId + " is not yet supported.");
680 @RpcParameter(name = "profileID",
682 Integer profileID,
693 switch (profileID) {
    [all...]
  /external/pdfium/third_party/lcms/src/
cmsio0.c 742 memmove(Icc ->ProfileID.ID32, Header.profileID.ID32, 16);
836 memmove(&Header.profileID, &Icc ->ProfileID, 16);
935 void CMSEXPORT cmsGetHeaderProfileID(cmsHPROFILE hProfile, cmsUInt8Number* ProfileID)
938 memmove(ProfileID, Icc ->ProfileID.ID8, 16);
941 void CMSEXPORT cmsSetHeaderProfileID(cmsHPROFILE hProfile, cmsUInt8Number* ProfileID)
944 memmove(&Icc -> ProfileID, ProfileID, 16)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp     [all...]
  /external/pdfium/third_party/lcms/include/
lcms2.h 618 cmsProfileID profileID; // Profile ID using MD5
    [all...]

Completed in 245 milliseconds