HomeSort by relevance Sort by last modified time
    Searched refs:Mode (Results 501 - 525 of 1286) sorted by null

<<21222324252627282930>>

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.h 27 Int PutMCBPC_Inter(Int cbpc, Int mode, BitstreamEncVideo *bitstream);
28 Int PutMCBPC_Intra(Int cbpc, Int mode, BitstreamEncVideo *bitstream);
41 Void BlockCodeCoeff(RunLevelBlock *RLB, BitstreamEncVideo *bs, Int j_start, UChar Mode, Int rvlc, Int shortVideoHeader);
mp4enc_lib.h 124 void ChooseMode_C(UChar *Mode, UChar *cur, Int lx, Int min_SAD);
125 void ChooseMode_MMX(UChar *Mode, UChar *cur, Int lx, Int min_SAD);
140 UChar *mode, Int xpos, Int ypos, Int *xhmin, Int *yhmin, UChar *hp_mem);
198 void BlockCodeCoeff_ShortHeader(RunLevelBlock *RLB, BitstreamEncVideo *bs, Int j_start, Int j_stop, UChar Mode);
199 void BlockCodeCoeff_RVLC(RunLevelBlock *RLB, BitstreamEncVideo *bs, Int j_start, Int j_stop, UChar Mode);
200 void BlockCodeCoeff_Normal(RunLevelBlock *RLB, BitstreamEncVideo *bs, Int j_start, Int j_stop, UChar Mode);
  /bionic/libc/bionic/
iconv.cpp 55 enum Mode {
80 static bool __parse_encoding(const char* s, Encoding* encoding, Mode* mode) {
83 if (!mode) return false;
85 *mode = IGNORE;
87 *mode = TRANSLIT;
115 Mode mode; member in struct:__iconv_t
117 __iconv_t() : mode(ERROR) {
210 switch (mode) {
    [all...]
  /build/soong/third_party/zip/
struct.go 110 func (fi headerFileInfo) IsDir() bool { return fi.Mode().IsDir() }
112 func (fi headerFileInfo) Mode() os.FileMode { return fi.fh.Mode() }
127 fh.SetMode(fi.Mode())
208 // Mode returns the permission and mode bits for the FileHeader.
209 func (h *FileHeader) Mode() (mode os.FileMode) {
212 mode = unixModeToFileMode(h.ExternalAttrs >> 16)
214 mode = msdosModeToFileMode(h.ExternalAttrs
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ProgressBarTest.java 261 // when in indeterminate mode
288 // when in indeterminate mode
446 assertEquals("Progress tint mode inflated correctly",
447 PorterDuff.Mode.SRC_OVER, tintedProgressBar.getProgressTintMode());
451 assertEquals("Progress background tint mode inflated correctly",
452 PorterDuff.Mode.SRC_OVER, tintedProgressBar.getProgressBackgroundTintMode());
456 assertEquals("Secondary progress tint mode inflated correctly",
457 PorterDuff.Mode.SRC_OVER, tintedProgressBar.getSecondaryProgressTintMode());
477 mProgressBar.setProgressBackgroundTintMode(PorterDuff.Mode.DST_OVER);
478 assertEquals(PorterDuff.Mode.DST_OVER, mProgressBar.getProgressBackgroundTintMode())
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Library/GopBltLib/
GopBltLib.c 68 (FrameBuffer == (VOID*)(UINTN) Gop->Mode->FrameBufferBase)) {
447 *Width = mGop->Mode->Info->HorizontalResolution;
450 *Height = mGop->Mode->Info->VerticalResolution;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
MainTextEditor.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
EditInputBar.c 145 CursorCol = gST->ConOut->Mode->CursorColumn;
146 CursorRow = gST->ConOut->Mode->CursorRow;
147 Orig.Data = gST->ConOut->Mode->Attribute;
  /external/autotest/frontend/client/src/autotest/moblab/wizard/
CloudStorageCard.java 50 // In edit mode, display the check box for re-using existing boto file.
51 if (ConfigWizard.Mode.Edit == getMode()) {
109 if (url != null && ConfigWizard.Mode.View == getMode()) {
114 if (ConfigWizard.Mode.Edit == getMode()) {
  /external/boringssl/src/fipstools/
cavp_aes_test.cc 33 enum Mode {
37 Mode mode; member in struct:__anon15499::TestCtx
58 if (!ctx->has_iv) { // ECB mode
161 if (ctx->mode == TestCtx::kKAT) {
169 } else { // ctx->mode == kMCT
197 enum TestCtx::Mode test_mode;
  /external/eigen/Eigen/src/Geometry/
RotationBase.h 88 template<int Mode, int Options>
89 EIGEN_DEVICE_FUNC inline Transform<Scalar,Dim,Mode> operator*(const Transform<Scalar,Dim,Mode,Options>& t) const
  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 138 /// If Mode is Min or Max the size will be evaluated even if it depends on
142 ObjSizeMode Mode = ObjSizeMode::Exact);
154 ObjSizeMode Mode;
168 ObjSizeMode Mode = ObjSizeMode::Exact);
  /external/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 86 enum Mode {
466 /// This is required for non-fast mode.
470 /// This is required for non-fast mode.
476 /// Optimization mode of the pass.
477 Mode OptMode;
579 RegBankSelect(Mode RunningMode = Fast);
  /external/llvm/lib/TableGen/
TGParser.h 172 IDParseMode Mode = ParseValueMode);
174 IDParseMode Mode = ParseValueMode);
176 IDParseMode Mode = ParseValueMode);
  /external/mesa3d/src/mesa/main/
fog.c 117 if (ctx->Fog.Mode == m)
120 ctx->Fog.Mode = m;
219 ctx->Fog.Mode = GL_EXP;
  /external/skia/tools/skiaserve/
Request.cpp 165 bool Request::setColorMode(int mode) {
166 fColorMode = mode;
219 SkJSONWriter writer(&stream, SkJSONWriter::Mode::kFast);
222 writer.appendString("mode", fGPUEnabled ? "gpu" : "cpu");
236 SkJSONWriter writer(&stream, SkJSONWriter::Mode::kFast);
254 SkJSONWriter writer(&stream, SkJSONWriter::Mode::kFast);
  /external/skqp/tools/skiaserve/
Request.cpp 165 bool Request::setColorMode(int mode) {
166 fColorMode = mode;
219 SkJSONWriter writer(&stream, SkJSONWriter::Mode::kFast);
222 writer.appendString("mode", fGPUEnabled ? "gpu" : "cpu");
236 SkJSONWriter writer(&stream, SkJSONWriter::Mode::kFast);
254 SkJSONWriter writer(&stream, SkJSONWriter::Mode::kFast);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
MemoryBuiltins.h 152 enum class Mode : uint8_t {
163 Mode EvalMode = Mode::Exact;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 96 enum Mode {
497 /// This is required for non-fast mode.
501 /// This is required for non-fast mode.
510 /// Optimization mode of the pass.
511 Mode OptMode;
620 RegBankSelect(Mode RunningMode = Fast);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
TGParser.h 180 IDParseMode Mode = ParseValueMode);
182 IDParseMode Mode = ParseValueMode);
184 IDParseMode Mode = ParseValueMode);
  /external/tensorflow/tensorflow/compiler/xla/service/
heap_simulator.h 290 // Current collection mode; kInit means no ops have been collected yet.
291 enum Mode { kInit, kAlloc, kFree };
293 void SetMode(Mode mode);
298 Mode mode_ = kInit;
  /external/v8/src/base/debug/
stack_trace_win.cc 202 stack_frame.AddrPC.Mode = AddrModeFlat;
203 stack_frame.AddrFrame.Mode = AddrModeFlat;
204 stack_frame.AddrStack.Mode = AddrModeFlat;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
conceal.cpp 99 if (video->headerInfo.Mode[mbnum] & INTER_MASK)
105 video->headerInfo.Mode[mbnum] = MODE_SKIPPED;
130 video->headerInfo.Mode[i] = MODE_SKIPPED;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.c 252 UINT32 Mode;
280 Fmt = ConvertPixelFormat(GraphicsOutput->Mode->Info->PixelFormat);
285 GraphicsOutput->Mode->MaxMode,
286 GraphicsOutput->Mode->Mode,
287 GraphicsOutput->Mode->FrameBufferBase,
288 (UINT64)GraphicsOutput->Mode->FrameBufferSize,
289 (UINT64)GraphicsOutput->Mode->SizeOfInfo,
290 GraphicsOutput->Mode->Info->Version,
291 GraphicsOutput->Mode->Info->HorizontalResolution,
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/
FtdiUsbSerialDriver.c 894 // update the values of UsbSerialDevice->LastSettings and UsbSerialDevice->SerialIo.Mode
898 UsbSerialDevice->SerialIo.Mode->BaudRate = UsbSerialDevice->LastSettings.BaudRate;
901 UsbSerialDevice->SerialIo.Mode->BaudRate = BaudRate;
909 UsbSerialDevice->SerialIo.Mode->Parity = UsbSerialDevice->LastSettings.Parity;
912 UsbSerialDevice->SerialIo.Mode->Parity = Parity;
916 UsbSerialDevice->SerialIo.Mode->DataBits = UsbSerialDevice->LastSettings.DataBits;
919 UsbSerialDevice->SerialIo.Mode->DataBits = DataBits;
923 UsbSerialDevice->SerialIo.Mode->StopBits = UsbSerialDevice->LastSettings.StopBits;
926 UsbSerialDevice->SerialIo.Mode->StopBits = StopBits;
    [all...]

Completed in 1605 milliseconds

<<21222324252627282930>>