/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/ |
D | PipeShort.java | 97 int front = mFront & (mMaxValues - 1); in read() local 98 int red = mMaxValues - front; in read() 103 System.arraycopy(mBuffer, front, buffer, offset, red); in read() 105 if (front + red == mMaxValues) { in read() 106 if ((count -= red) > front) { in read() 107 count = front; in read()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | LayerInfo.java | 32 LayerInfo(int front, int back) { in LayerInfo() argument 33 frontDepth = front; in LayerInfo()
|
D | BlurStack.java | 198 int front = layerInfo[n].frontDepth; in toString() local 200 s += "\nlayer " + n + " num of disparities " + (front - back + 1) + "\n"; in toString() 202 for (int d = front; d >= back; --d) { in toString()
|
D | layered_filter_fast_f32.rscript | 57 // In the second pass from front-most to focal depth, g_fuzzy_image accumulates 217 // We do not need to compute matte for depths in front of this layer, 226 // Distance transform in processing layers in pass two from the front-most to 242 // This pixel has not been completely covered by layers in front of the 331 // Filters target layer in processing layers in pass two from the front-most 534 void SetTargetLayer(int front, int back) { 535 g_target_layer.front_depth = front; 548 void InitializeF32(int width, int height, int margin, int front, int back) { 550 g_focal_layer.front_depth = front; 563 InitializeVisibilityProbability(&g_visibility_probability, front, back);
|
D | layer_info.rsh | 4 // An object that contains the front and back depths values of a layer
|
D | layer_info_fast.rsh | 4 // An object that contains the front and back depths values of a layer
|
D | layered_filter_fast_d1new.rscript | 58 // In the second pass from front-most to focal depth, g_fuzzy_image accumulates 258 // We do not need to compute matte for depths in front of this layer, 277 // We do not need to compute matte for depths in front of this layer, 287 // Distance transform in processing layers in pass two from the front-most to 464 // Filters target layer in processing layers in pass two from the front-most 784 void SetTargetLayer(int front, int back) { 785 g_target_layer_i2.s0 = front; 798 void InitializeFast(int width, int height, int margin, int front, int back) { 805 g_focal_layer_i2.s0 = front; 824 InitializeVisibilityProbability(&g_visibility_probability, front, back);
|
D | pixel_format_f32.rsh | 20 // 4. After each layer is processed from front-most layer to focal depth layer,
|
D | luts_for_speedup_f32.rsh | 41 // For a depth value within the focal layer, only depth values in front
|
D | layered_filter_f32_helper.rsh | 90 // bleeding from layers in front of this layer. Doing visibility test in a 151 // front-most to the focus depth.
|
D | layered_filter_d1new_helper.rsh | 150 // bleeding from layers in front of this layer. Doing visibility test in a 212 // front most layer to focus layer.
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0213/ |
D | poc.cpp | 177 const C2GraphicView output = work->worklets.front() in checkBufferOK() 181 .front() in checkBufferOK() 216 bool codecConfig = ((work->worklets.front()->output.flags & in handleWorkDone() 218 if (!codecConfig && !work->worklets.front()->output.buffers.empty()) { in handleWorkDone() 257 if (work->worklets.front()->output.configUpdate.size() != 0) { in workDone() 259 std::move(work->worklets.front()->output.configUpdate); in workDone() 279 if (work->worklets.front()->output.flags != C2FrameData::FLAG_INCOMPLETE) { in workDone() 281 eos = (work->worklets.front()->output.flags & C2FrameData::FLAG_END_OF_STREAM) != 0; in workDone() 316 work.swap(workQueue.front()); in decodeNFrames()
|
/cts/tests/tests/media/decoder/jni/ |
D | native-media-jni.cpp | 145 AMediaFormat* format = mFormats.front(); in ~CallbackData() 162 id = mInputBufferIds.front(); in getInputBufferId() 187 id = mOutputBufferIds.front(); in getOutput() 191 *bufferInfo = mOutputBufferInfos.front(); in getOutput() 194 *format = mFormats.front(); in getOutput()
|
/cts/tests/media/jni/ |
D | NativeCodecTestBase.cpp | 125 element = mCbInputQueue.front(); in getInput() 140 element = mCbOutputQueue.front(); in getOutput() 156 element = mCbOutputQueue.front(); in getWork() 160 element = mCbInputQueue.front(); in getWork()
|
/cts/tests/mediapc/requirements/ |
D | requirements.txtpb | 1341 …y front facing camera with a resolution of at least 4 megapixels supporting video capture at 1080p… 1348 …y front facing camera with a resolution of at least 5 megapixels and support video capture at 1080… 1362 …y front-facing camera with a resolution of at least 6 megapixels and support video capture at 1080… 1380 …eLevel property as FULL or better for back primary and LIMITED or better for front primary camera." 1618 specification: "MUST implement concurrent front-back streaming on primary cameras." 1643 …CONTROL_VIDEO_12TABILIZATION_MODE_PREVIEW_12TABILIZATION for both primary front and primary back c… 1693 …specification: "MUST support STREAM_14SE_CASE capability for both primary front and primary back c… 1771 specification: "MUST support JPEG_R for the primary rear and primary front cameras." 1791 …specification: "MUST by default output JPEG_R for the primary rear and primary front cameras in th…
|
/cts/tests/tests/media/audio/jni/ |
D | audio-record-native.cpp | 331 auto b = mReadyQueue.front(); in read() 402 auto b = mDeliveredQueue.front(); in bufferQueueCallback()
|
/cts/tests/tests/jni/libjnitest/ |
D | android_jni_cts_LinkerNamespacesTest.cpp | 291 std::string dir = dirs.front(); in check_path()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 13114 field public static final String FEATURE_CAMERA_FRONT = "android.hardware.camera.front";
|