Home
last modified time | relevance | path

Searched refs:front (Results 1 – 18 of 18) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DPipeShort.java97 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/
DLayerInfo.java32 LayerInfo(int front, int back) { in LayerInfo() argument
33 frontDepth = front; in LayerInfo()
DBlurStack.java198 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()
Dlayered_filter_fast_f32.rscript57 // 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);
Dlayer_info.rsh4 // An object that contains the front and back depths values of a layer
Dlayer_info_fast.rsh4 // An object that contains the front and back depths values of a layer
Dlayered_filter_fast_d1new.rscript58 // 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);
Dpixel_format_f32.rsh20 // 4. After each layer is processed from front-most layer to focal depth layer,
Dluts_for_speedup_f32.rsh41 // For a depth value within the focal layer, only depth values in front
Dlayered_filter_f32_helper.rsh90 // bleeding from layers in front of this layer. Doing visibility test in a
151 // front-most to the focus depth.
Dlayered_filter_d1new_helper.rsh150 // 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/
Dpoc.cpp177 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/
Dnative-media-jni.cpp145 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/
DNativeCodecTestBase.cpp125 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/
Drequirements.txtpb1341 …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/
Daudio-record-native.cpp331 auto b = mReadyQueue.front(); in read()
402 auto b = mDeliveredQueue.front(); in bufferQueueCallback()
/cts/tests/tests/jni/libjnitest/
Dandroid_jni_cts_LinkerNamespacesTest.cpp291 std::string dir = dirs.front(); in check_path()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt13114 field public static final String FEATURE_CAMERA_FRONT = "android.hardware.camera.front";