Home
last modified time | relevance | path

Searched refs:box (Results 1 – 25 of 38) sorted by relevance

12

/packages/providers/MediaProvider/src/com/android/providers/media/util/
DIsoInterface.java181 final Box box = new Box(type, new long[] { pos, len }); in parseNextBox() local
182 box.headerSize = headerSize; in parseNextBox()
186 box.headerSize += 16; in parseNextBox()
187 box.uuid = readUuid(fd); in parseNextBox()
189 Log.v(TAG, prefix + " UUID " + box.uuid); in parseNextBox()
192 if (Objects.equals(box.uuid, XMP_UUID)) { in parseNextBox()
193 box.data = allocateBuffer(type, (int) (len - box.headerSize)); in parseNextBox()
194 if (box.data == null) return false; in parseNextBox()
196 Os.read(fd, box.data, 0, box.data.length); in parseNextBox()
199 box.data = allocateBuffer(type, (int) (len - box.headerSize)); in parseNextBox()
[all …]
DRedactionUtils.java142 for (int box : REDACTED_ISO_BOXES) { in getRedactionRanges()
143 final long[] ranges = iso.getBoxRanges(box); in getRedactionRanges()
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
DTaskImageContainer.java196 protected Rect rotateBoundingBox(Rect box, OrientationManager.DeviceOrientation orientation) { in rotateBoundingBox() argument
199 return new Rect(box); in rotateBoundingBox()
202 return new Rect(box.top, box.left, box.bottom, box.right); in rotateBoundingBox()
/packages/services/Telephony/testapps/TelephonyRegistryTestApp/src/com/android/phone/testapps/telephonyregistry/
DTelephonyRegistryTestApp.java104 CheckBox box = new CheckBox(this); in onCreate() local
105 box.setText(EVENTS.valueAt(i)); in onCreate()
107 box.setOnCheckedChangeListener((buttonView, isChecked) -> { in onCreate()
114 eventContainer.addView(box); in onCreate()
/packages/services/Car/tools/telemetry/lua-interpreter/static/css/
Dindex.css93 box-sizing: border-box;
/packages/services/Car/cpp/computepipe/example/
DFaceOutput.proto18 optional BoundingBox box = 1; field
DFaceTracker.cpp145 BoundingBox currentBox = faceData.box(); in deliverPacket()
/packages/apps/Dialer/java/com/android/dialer/callintent/
Dcall_initiation_type.proto30 // Call placed via a search result returned by typing into the search box.
/packages/modules/NeuralNetworks/tools/api/
Dtypes.spec3220 * Transform axis-aligned bounding box proposals using bounding box deltas.
3222 * Given the positions of bounding box proposals and the corresponding
3223 * bounding box deltas for each class, return the refined bounding box
3234 * bounding box proposals, each line with format [x1, y1, x2, y2].
3239 * bounding box delta for each region of interest and each class. The
3240 * bounding box deltas are organized in the following order
3242 * for the center position of the bounding box with respect to the width
3254 * [num_rois], specifying the batch index of each box. Boxes with
3264 * output bounding box for each class, with format [x1, y1, x2, y2].
3746 * the box with maximum score gets selected and removed from the pending set.
[all …]
/packages/apps/Dialer/java/com/android/dialer/logging/
Dscreen_event.proto27 // List of search results returned by typing into the search box.
/packages/apps/Launcher3/quickstep/protos_overrides/
Dlauncher_atom_extension.proto69 // User entered by tapping the search box in the Taskbar AllApps drawer.
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsUtils.java994 final int box, final long timestampInMillis) { in updateMmsMessageSendingStatus() argument
1000 values.put(Telephony.Mms.MESSAGE_BOX, box); in updateMmsMessageSendingStatus()
1005 LogUtil.d(TAG, "Mmsutils: Updated sending MMS " + uri + "; box = " + box in updateMmsMessageSendingStatus()
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile1014 # When the SEARCHENGINE tag is enable doxygen will generate a search box
1515 # visualized by representing a node as a red box. Note that doxygen if the
1534 # seem to support this out of the box. Warning: Depending on the platform used,
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile1014 # When the SEARCHENGINE tag is enable doxygen will generate a search box
1515 # visualized by representing a node as a red box. Note that doxygen if the
1534 # seem to support this out of the box. Warning: Depending on the platform used,
/packages/providers/MediaProvider/tests/res/raw/
Dmime_types334 application/vnd.previewsystems.box
Dcorrupted_mime_types1321 application/vnd.previewsystems.box box vbox
/packages/providers/MediaProvider/res/raw/
Dmime_types334 application/vnd.previewsystems.box
Dcorrupted_mime_types1321 application/vnd.previewsystems.box box vbox
/packages/modules/AdServices/adservices/tests/unittest/service-core/topics/assets/classifier/
Dprecomputed_test_app_list.csv3106 puzzle.wood.block.cube.music.box 10253,10230
4578 com.box.android 10290
9316 com.physics.sim.game.box 10230,10228
/packages/modules/AdServices/adservices/apk/assets/classifier/
Dprecomputed_app_list.csv3106 puzzle.wood.block.cube.music.box 10253,10230
4578 com.box.android 10290
9316 com.physics.sim.game.box 10230,10228
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/mobiledatadownload/
Dbcde93568f2064cfc803d77873c5b4028435234e3106 puzzle.wood.block.cube.music.box 10253,10230
4578 com.box.android 10290
9316 com.physics.sim.game.box 10230,10228
/packages/inputmethods/LatinIME/dictionaries/
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Dro_wordlist.combined.gz1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ...

12