HomeSort by relevance Sort by last modified time
    Searched refs:rawFormat (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
SubtleCrypto.cpp 241 ScriptPromise SubtleCrypto::importKey(ScriptState* scriptState, const String& rawFormat, const ArrayPiece& keyData, const Dictionary& rawAlgorithm, bool extractable, const Vector<String>& rawKeyUsages)
253 if (!Key::parseFormat(rawFormat, format, result.get()))
273 ScriptPromise SubtleCrypto::importKey(ScriptState* scriptState, const String& rawFormat, const Dictionary& keyData, const Dictionary& rawAlgorithm, bool extractable, const Vector<String>& rawKeyUsages)
282 if (!Key::parseFormat(rawFormat, format, result.get()))
306 ScriptPromise SubtleCrypto::exportKey(ScriptState* scriptState, const String& rawFormat, Key* key)
318 if (!Key::parseFormat(rawFormat, format, result.get()))
330 ScriptPromise SubtleCrypto::wrapKey(ScriptState* scriptState, const String& rawFormat, Key* key, Key* wrappingKey, const Dictionary& rawWrapAlgorithm)
345 if (!Key::parseFormat(rawFormat, format, result.get()))
364 ScriptPromise SubtleCrypto::unwrapKey(ScriptState* scriptState, const String& rawFormat, const ArrayPiece& wrappedKey, Key* unwrappingKey, const Dictionary& rawUnwrapAlgorithm, const Dictionary& rawUnwrappedKeyAlgorithm, bool extractable, const Vector<String>& rawKeyUsages)
378 if (!Key::parseFormat(rawFormat, format, result.get())
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderDef.h 368 VideoRawFormat rawFormat;
397 this->rawFormat = other.rawFormat;
PVSoftMPEG4Encoder.cpp 131 mComParams.rawFormat = RAW_FORMAT_NV12;
VideoEncoderBase.cpp 125 if (mComParams.rawFormat != RAW_FORMAT_NV12)
926 mComParams.rawFormat = RAW_FORMAT_NV12;
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderBase.cpp 296 mEncoderParams->rawFormat = RAW_FORMAT_OPAQUE;
298 mEncoderParams->rawFormat = RAW_FORMAT_NV12;
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]

Completed in 1063 milliseconds