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

<<11121314151617181920>>

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cl_ltp.h 70 #include "mode.h"
136 enum Mode mode, /* i : coder mode */
dtx_enc.h 51 Purpose : DTX mode computation of SID parameters
66 #include "mode.h"
198 enum Mode *usedMode, /* i/o : mode changed or not */
gain_q.h 78 #include "mode.h"
150 enum Mode mode, /* i : coder mode */
ol_ltp.cpp 91 mode = coder mode (Mode)
133 enum Mode mode, // i : coder mode
143 if (sub ((Word16)mode, (Word16)MR102) != 0 )
149 if (sub ((Word16)mode, (Word16)MR475) == 0 || sub ((Word16)mode, (Word16)MR515) == 0 )
151 *T_op = Pitch_ol(vadSt, mode, wsp, PIT_MIN, PIT_MAX, L_FRAME, idx, dtx)
    [all...]
pre_big.cpp 95 mode = enum Mode -- coder mode
159 enum Mode mode, /* i : coder mode */
177 if (mode <= MR795)
sp_enc.cpp 79 #include "mode.h"
599 mode = AMR mode of type enum Mode
603 usedMode = pointer to the used mode of type enum Mode
646 enum Mode mode, // i : speech coder mode
649 enum Mode *usedMode // o : used speech coder mod
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsOutputDxe/
GraphicsOutput.c 37 Returns information for an available graphics mode that the graphics device
41 @param ModeNumber The mode number to return information on.
45 @retval EFI_SUCCESS Valid mode information was returned.
46 @retval EFI_DEVICE_ERROR A hardware error occurred trying to retrieve the video mode.
59 if (This == NULL || Info == NULL || SizeOfInfo == NULL || ModeNumber >= This->Mode->MaxMode) {
63 *SizeOfInfo = This->Mode->SizeOfInfo;
64 *Info = AllocateCopyPool (*SizeOfInfo, This->Mode->Info);
69 Set the video device into the specified mode and clears the visible portions of
73 @param ModeNumber Abstraction that defines the current video mode.
75 @retval EFI_SUCCESS The graphics mode specified by ModeNumber was selected.
    [all...]
  /development/samples/IntentPlayground/src/com/example/android/intentplayground/
LaunchFragment.java 34 import com.example.android.intentplayground.BaseActivity.Mode;
46 mIntentBuilderView = new IntentBuilderView(getContext(), Mode.LAUNCH);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
GraphicsOutput.h 53 Return the current video mode information.
56 @param ModeNumber The mode number to return information on.
60 @retval EFI_SUCCESS Mode information returned.
62 @retval EFI_DEVICE_ERROR A hardware error occurred trying to retrieve the video mode.
78 Return the current video mode information.
81 @param ModeNumber The mode number to be set.
83 @retval EFI_SUCCESS Graphics mode was changed.
141 The BltBuffer and Delta are not used in this mode.
177 UINT32 Mode;
188 EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE *Mode;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/GraphicsOutput/
GraphicsOutput.h 71 Return the current video mode information.
75 ModeNumber - The mode number to return information on.
80 EFI_SUCCESS - Mode information returned.
81 EFI_DEVICE_ERROR - A hardware error occurred trying to retrieve the video mode.
97 Return the current video mode information.
101 ModeNumber - The mode number to be set.
104 EFI_SUCCESS - Graphics mode was changed.
164 The BltBuffer and Delta are not used in this mode.
190 UINT32 Mode;
201 EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE *Mode;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
ComponentName.c 236 if (Instance->Mode == EfiAtaIdeMode) {
238 } else if (Instance->Mode == EfiAtaAhciMode) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcMtftp.c 61 Private->Mode.TftpErrorReceived = TRUE;
62 Private->Mode.TftpError.ErrorCode = (UINT8) Packet->Error.ErrorCode;
63 AsciiStrnCpyS (Private->Mode.TftpError.ErrorString, PXE_MTFTP_ERROR_STRING_LENGTH, (CHAR8 *) Packet->Error.ErrorMessage, PXE_MTFTP_ERROR_STRING_LENGTH - 1);
64 Private->Mode.TftpError.ErrorString[PXE_MTFTP_ERROR_STRING_LENGTH - 1] = '\0';
161 Private->Mode.TftpErrorReceived = TRUE;
162 Private->Mode.TftpError.ErrorCode = (UINT8) Packet->Error.ErrorCode;
164 Private->Mode.TftpError.ErrorString,
169 Private->Mode.TftpError.ErrorString[PXE_MTFTP_ERROR_STRING_LENGTH - 1] = '\0';
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
GraphicsOutput.h 56 /// This mode does not support a physical frame buffer.
81 /// implies that a linear frame buffer is not available for this mode.
96 Returns information for an available graphics mode that the graphics device
100 @param ModeNumber The mode number to return information on.
104 @retval EFI_SUCCESS Valid mode information was returned.
105 @retval EFI_DEVICE_ERROR A hardware error occurred trying to retrieve the video mode.
119 Set the video device into the specified mode and clears the visible portions of
123 @param ModeNumber Abstraction that defines the current video mode.
125 @retval EFI_SUCCESS The graphics mode specified by ModeNumber was selected.
185 /// The BltBuffer and Delta are not used in this mode.
    [all...]
  /external/eigen/Eigen/src/Core/
SelfAdjointView.h 40 Mode = UpLo | SelfAdjoint,
66 Mode = internal::traits<SelfAdjointView>::Mode,
68 TransposeMode = ((Mode & Upper) ? Lower : 0) | ((Mode & Lower) ? Upper : 0)
192 typedef SelfAdjointView<const MatrixConjugateReturnType,Mode> ConjugateReturnType;
269 template<typename MatrixType, unsigned int Mode>
270 struct evaluator_traits<SelfAdjointView<MatrixType,Mode> >
  /external/grpc-grpc-java/context/src/jmh/java/io/grpc/
WriteBenchmark.java 22 import org.openjdk.jmh.annotations.Mode;
55 @BenchmarkMode(Mode.SampleTime)
  /external/lzma/CPP/7zip/UI/Common/
WorkDir.cpp 18 NWorkDir::NMode::EEnum mode = workDirInfo.Mode; local
23 mode = NWorkDir::NMode::kCurrent;
29 mode = workDirInfo.Mode;
36 mode = NZipSettings::NWorkDir::NMode::kCurrent;
44 switch (mode)
  /external/vogar/test/vogar/android/
AbstractModeTest.java 32 import vogar.Mode;
42 * Base class for tests of {@link Mode} implementations.
95 protected VmCommandBuilder newVmCommandBuilder(Mode mode) {
98 return mode.newVmCommandBuilder(action, new File("/work"));
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDrm.h 99 CryptoPlugin::Mode mode; member in struct:android::NuPlayerDrm::CryptoInfo
108 CryptoPlugin::Mode mode,
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
Pp2Dxe.c 94 NULL // Mode
346 CopyMem (DevAddr, Pp2Context->Snp.Mode->CurrentAddress.Addr, NET_ETHER_ADDR_LEN);
530 UINT32 State = This->Mode->State;
555 This->Mode->State = EfiSimpleNetworkInitialized;
579 UINT32 State = This->Mode->State;
597 This->Mode->State = EfiSimpleNetworkStarted;
610 UINT32 State = This->Mode->State;
623 This->Mode->State = EfiSimpleNetworkStopped;
670 UINT32 State = This->Mode->State;
713 UINT32 State = Snp->Mode->State;
    [all...]
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/8259InterruptControllerDxe/
8259.c 147 // ICW1: cascade mode, ICW4 write required
162 // ICW4: fully nested mode, non-buffered mode, normal EOI, IA processor
189 // ICW1: cascade mode, ICW4 write required
204 // ICW4: fully nested mode, non-buffered mode, normal EOI, IA processor
223 Gets the current 16-bit real mode and 32-bit protected-mode IRQ masks.
226 @param[out] LegacyMask 16-bit mode interrupt mask for IRQ0-IRQ15.
227 @param[out] LegacyEdgeLevel 16-bit mode edge/level mask for IRQ-IRQ15.
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
SerMode.c 66 switch (SerialIo->Mode->Parity) {
102 switch (SerialIo->Mode->StopBits) {
135 SerialIo->Mode->BaudRate,
137 SerialIo->Mode->DataBits,
332 SerialIo->Mode->ReceiveFifoDepth,
333 SerialIo->Mode->Timeout,
  /external/perfetto/src/trace_processor/
span_join_operator_table.h 172 bool Eof() const { return cursor_eof_ && mode_ == Mode::kRealSlice; }
174 bool IsRealSlice() const { return mode_ == Mode::kRealSlice; }
177 return mode_ == Mode::kShadowSlice && ts_start_ == 0 &&
188 enum Mode {
214 Mode mode_ = Mode::kRealSlice;
  /external/skia/src/utils/
SkJSONWriter.h 32 enum class Mode {
49 SkJSONWriter(SkWStream* stream, Mode mode = Mode::kFast)
54 , fMode(mode)
101 * By default, objects are written out with one named value per line (when in kPretty mode).
104 * In kFast mode, this parameter is ignored.
133 * By default, arrays are written out with one value per line (when in kPretty mode).
136 * In kFast mode, this parameter is ignored.
281 } else if (Scope::kObject == this->scope() && Mode::kPretty == fMode)
    [all...]
  /external/skqp/src/utils/
SkJSONWriter.h 32 enum class Mode {
49 SkJSONWriter(SkWStream* stream, Mode mode = Mode::kFast)
54 , fMode(mode)
101 * By default, objects are written out with one named value per line (when in kPretty mode).
104 * In kFast mode, this parameter is ignored.
133 * By default, arrays are written out with one value per line (when in kPretty mode).
136 * In kFast mode, this parameter is ignored.
281 } else if (Scope::kObject == this->scope() && Mode::kPretty == fMode)
    [all...]
  /external/webrtc/talk/session/media/
srtpfilter.h 71 enum Mode {
143 sigslot::repeater3<uint32_t, Mode, Error> SignalSrtpError;
232 sigslot::repeater3<uint32_t, SrtpFilter::Mode, SrtpFilter::Error>
278 sigslot::signal3<uint32_t, SrtpFilter::Mode, SrtpFilter::Error>
286 mode(SrtpFilter::PROTECT),
290 SrtpFilter::Mode in_mode,
292 : ssrc(in_ssrc), mode(in_mode), error(in_error) {}
296 (ssrc == key.ssrc && mode < key.mode) ||
297 (ssrc == key.ssrc && mode == key.mode && error < key.error)
300 SrtpFilter::Mode mode; member in struct:cricket::SrtpStat::FailureKey
    [all...]

Completed in 2334 milliseconds

<<11121314151617181920>>