Home
last modified time | relevance | path

Searched refs:vt (Results 1 - 25 of 143) sorted by relevance

123456

/third_party/ffmpeg/fftools/
H A Dffmpeg_videotoolbox.c39 VTContext *vt = ist->hwaccel_ctx; in videotoolbox_retrieve_data() local
47 av_frame_unref(vt->tmp_frame); in videotoolbox_retrieve_data()
50 case kCVPixelFormatType_420YpCbCr8Planar: vt->tmp_frame->format = AV_PIX_FMT_YUV420P; break; in videotoolbox_retrieve_data()
51 case kCVPixelFormatType_422YpCbCr8: vt->tmp_frame->format = AV_PIX_FMT_UYVY422; break; in videotoolbox_retrieve_data()
52 case kCVPixelFormatType_32BGRA: vt->tmp_frame->format = AV_PIX_FMT_BGRA; break; in videotoolbox_retrieve_data()
55 case kCVPixelFormatType_420YpCbCr8BiPlanarFullRange: vt->tmp_frame->format = AV_PIX_FMT_NV12; break; in videotoolbox_retrieve_data()
59 case kCVPixelFormatType_420YpCbCr10BiPlanarFullRange: vt->tmp_frame->format = AV_PIX_FMT_P010; break; in videotoolbox_retrieve_data()
68 vt->tmp_frame->width = frame->width; in videotoolbox_retrieve_data()
69 vt->tmp_frame->height = frame->height; in videotoolbox_retrieve_data()
70 ret = av_frame_get_buffer(vt in videotoolbox_retrieve_data()
110 VTContext *vt = ist->hwaccel_ctx; videotoolbox_uninit() local
126 VTContext *vt; videotoolbox_init() local
[all...]
/third_party/lzma/CPP/Windows/
H A DPropVariant.cpp31 p->vt = VT_ERROR; in PropVarEm_Alloc_Bstr()
35 p->vt = VT_BSTR; in PropVarEm_Alloc_Bstr()
44 p->vt = VT_BSTR; in PropVarEm_Set_Str()
47 p->vt = VT_ERROR; in PropVarEm_Set_Str()
54 vt = VT_EMPTY; in CPropVariant()
60 vt = VT_EMPTY; in CPropVariant()
66 vt = VT_EMPTY; in CPropVariant()
72 vt = VT_EMPTY; in CPropVariant()
99 vt = VT_BSTR; in operator =()
105 // vt in operator =()
[all...]
H A DPropVariant.h22 p->vt = VT_UI4; in PropVarEm_Set_UInt32()
28 p->vt = VT_UI8; in PropVarEm_Set_UInt64()
34 p->vt = VT_FILETIME; in PropVarEm_Set_FileTime64_Prec()
44 p->vt = VT_BOOL; in PropVarEm_Set_Bool()
62 vt = VT_EMPTY; in CPropVariant()
118 CPropVariant(bool bSrc) { vt = VT_BOOL; wReserved1 = 0; boolVal = (bSrc ? VARIANT_TRUE : VARIANT_FALSE); } in CPropVariant()
119 CPropVariant(Byte value) { vt = VT_UI1; wReserved1 = 0; bVal = value; } in CPropVariant()
122 CPropVariant(UInt16 value); // { vt = VT_UI2; wReserved1 = 0; uiVal = value; }
123 CPropVariant(Int16 value); // { vt = VT_I2; wReserved1 = 0; iVal = value; }
124 CPropVariant(Int32 value); // { vt
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dndis_events.c243 VARIANT vt; in ndis_events_media_specific() local
254 0, &vt, NULL, NULL); in ndis_events_media_specific()
262 SafeArrayGetLBound(V_ARRAY(&vt), 1, &lower); in ndis_events_media_specific()
263 SafeArrayGetUBound(V_ARRAY(&vt), 1, &upper); in ndis_events_media_specific()
269 VariantClear(&vt); in ndis_events_media_specific()
275 SafeArrayGetElement(V_ARRAY(&vt), &k, &ch); in ndis_events_media_specific()
280 VariantClear(&vt); in ndis_events_media_specific()
320 VARIANT vtClass, vt; in ndis_events_indicate() local
331 hr = IWbemClassObject_Get(pObj, L"InstanceName", 0, &vt, NULL, in ndis_events_indicate()
348 if (wcscmp(events->adapter_desc, vt in ndis_events_indicate()
493 VARIANT vt; ndis_events_get_adapter() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dndis_events.c243 VARIANT vt; in ndis_events_media_specific() local
254 0, &vt, NULL, NULL); in ndis_events_media_specific()
262 SafeArrayGetLBound(V_ARRAY(&vt), 1, &lower); in ndis_events_media_specific()
263 SafeArrayGetUBound(V_ARRAY(&vt), 1, &upper); in ndis_events_media_specific()
269 VariantClear(&vt); in ndis_events_media_specific()
275 SafeArrayGetElement(V_ARRAY(&vt), &k, &ch); in ndis_events_media_specific()
280 VariantClear(&vt); in ndis_events_media_specific()
320 VARIANT vtClass, vt; in ndis_events_indicate() local
331 hr = IWbemClassObject_Get(pObj, L"InstanceName", 0, &vt, NULL, in ndis_events_indicate()
348 if (wcscmp(events->adapter_desc, vt in ndis_events_indicate()
493 VARIANT vt; ndis_events_get_adapter() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dimf_cpl.c453 FFIMFTrackFileVirtualTrack *vt = NULL; in push_main_audio_sequence() local
473 vt = &cpl->main_audio_tracks[i]; in push_main_audio_sequence()
479 if (!vt) { in push_main_audio_sequence()
489 vt = &cpl->main_audio_tracks[cpl->main_audio_track_count]; in push_main_audio_sequence()
490 imf_trackfile_virtual_track_init(vt); in push_main_audio_sequence()
492 av_uuid_copy(vt->base.id_uuid, uuid); in push_main_audio_sequence()
502 || vt->resource_count > UINT32_MAX - resource_elem_count) in push_main_audio_sequence()
504 tmp = av_fast_realloc(vt->resources, in push_main_audio_sequence()
505 &vt->resources_alloc_sz, in push_main_audio_sequence()
506 (vt in push_main_audio_sequence()
717 imf_marker_virtual_track_free(FFIMFMarkerVirtualTrack *vt) imf_marker_virtual_track_free() argument
726 imf_trackfile_virtual_track_free(FFIMFTrackFileVirtualTrack *vt) imf_trackfile_virtual_track_free() argument
[all...]
/third_party/lzma/CPP/7zip/Compress/
H A DXzEncoder.cpp94 if (prop.vt != VT_UI4) in SetCoderProp()
102 if (prop.vt != VT_UI4) in SetCoderProp()
109 if (prop.vt == VT_UI4) in SetCoderProp()
111 else if (prop.vt == VT_UI8) in SetCoderProp()
120 if (prop.vt == VT_UI8) in SetCoderProp()
129 if (prop.vt == VT_UI4) in SetCoderProp()
138 if (prop.vt != VT_BSTR) in SetCoderProp()
209 if (prop.vt == VT_UI8) in SetCoderPropertiesOpt()
232 res = XzEnc_Encode(_encoder, &outWrap.vt, &inWrap.vt, progres in Code()
[all...]
H A DLzma2Encoder.cpp44 if (prop.vt == VT_UI4) in SetLzma2Prop()
46 else if (prop.vt == VT_UI8) in SetLzma2Prop()
53 if (prop.vt != VT_UI4) in SetLzma2Prop()
86 if (prop.vt == VT_UI8) in SetCoderPropertiesOpt()
115 &outWrap.vt, NULL, NULL, in Code()
116 &inWrap.vt, NULL, 0, in Code()
117 progress ? &progressWrap.vt : NULL); in Code()
H A DLzmaEncoder.cpp90 if (prop.vt != VT_BSTR) in SetLzmaProp()
97 if (prop.vt == VT_UI8) in SetLzmaProp()
106 if (prop.vt == VT_UI4) in SetLzmaProp()
118 if (prop.vt == VT_UI8) in SetLzmaProp()
127 if (prop.vt == VT_UI8) in SetLzmaProp()
143 if (prop.vt != VT_UI4) in SetLzmaProp()
180 if (prop.vt != VT_BOOL) in SetCoderProperties()
200 if (prop.vt == VT_UI8) in SetCoderPropertiesOpt()
328 SRes res = LzmaEnc_Encode(_encoder, &outWrap.vt, &inWrap.vt, in Code()
[all...]
H A DCodecExports.cpp33 prop->vt = VT_BSTR; in SetPropFromAscii()
40 value->vt = VT_BSTR; in SetPropGUID()
207 value->vt = VT_UI8; in GetMethodProperty()
221 value->vt = VT_BOOL; in GetMethodProperty()
225 value->vt = VT_BOOL; in GetMethodProperty()
231 value->vt = VT_UI4; in GetMethodProperty()
237 value->vt = VT_BOOL; in GetMethodProperty()
244 value->vt = VT_UI4; in GetMethodProperty()
250 value->vt = VT_UI4; in GetMethodProperty()
314 value->vt in GetHasherProp()
[all...]
H A DPpmdEncoder.cpp46 _ppmd.rc.enc.Stream = &_outStream.vt; in CEncoder()
67 if (prop.vt == VT_UI8 && prop.uhVal.QuadPart < (UInt32)(Int32)-1) in SetCoderProperties()
77 if (prop.vt == VT_UI8) in SetCoderProperties()
88 else if (prop.vt == VT_UI4) in SetCoderProperties()
110 if (prop.vt != VT_UI4) in SetCoderProperties()
/third_party/node/deps/v8/tools/v8windbg/base/
H A Dutilities.cc19 vt_val.vt = VT_UNKNOWN; in BoxObject()
46 if (variant.vt != VT_UNKNOWN) return E_FAIL; in UnboxProperty()
104 vt_val.vt = carrier; in CreateTypedIntrinsic()
114 vt_val.vt = VT_UI8; in CreateULong64()
131 if (variant.vt != VT_UI8) return E_FAIL; in UnboxULong64()
140 if (variant.vt != VT_I4) return E_FAIL; in GetInt32()
150 vt_val.vt = VT_I4; in CreateInt32()
163 vt_val.vt = VT_UI4; in CreateUInt32()
176 vt_val.vt = VT_BOOL; in CreateBool()
189 vt_val.vt in CreateNumber()
[all...]
/third_party/lzma/CPP/7zip/Common/
H A DCWrappers.cpp69 vt.Progress = CompressProgress; in Init()
106 vt.Read = MyRead; in Init()
114 vt.Write = MyWrite; in Init()
153 vt.Read = InStreamWrap_Read; in Init()
154 vt.Seek = InStreamWrap_Seek; in Init()
198 CByteInBufWrap *p = Z7_CONTAINER_FROM_VTBL_CLS(pp, CByteInBufWrap, vt); in Wrap_ReadByte()
207 vt.Read = Wrap_ReadByte; in CByteInBufWrap()
292 CByteOutBufWrap *p = Z7_CONTAINER_FROM_VTBL_CLS(pp, CByteOutBufWrap, vt); in Wrap_WriteByte()
303 vt.Write = Wrap_WriteByte; in CByteOutBufWrap()
329 CLookOutWrap *p = Z7_CONTAINER_FROM_VTBL_CLS(pp, CLookOutWrap, vt);
[all...]
H A DMethodProps.h33 if (name.IsEmpty() && prop.vt == VT_EMPTY), it doesn't change (resValue) and returns S_OK.
97 if (val.vt == VT_UI4) in Get_NumThreads()
110 if (val.vt == VT_UI4) in Get_DicSize()
115 if (val.vt == VT_UI8) in Get_DicSize()
132 if (val.vt == VT_UI4) in Get_Lzma_Algo()
158 if (val.vt == VT_BSTR) in Get_Lzma_MatchFinder_IsBt()
170 if (val.vt == VT_BOOL) in Get_Lzma_Eos()
214 if (val.vt == VT_UI4) { return val.ulVal; } in GetProp_BlockSize()
215 if (val.vt == VT_UI8) { return val.uhVal.QuadPart; } in GetProp_BlockSize()
267 if (val.vt in Get_BZip2_BlockSize()
[all...]
H A DCWrappers.h14 ICompressProgress vt; member
24 ISeqInStream vt; member
35 ISeekInStream vt; member
45 ISeqOutStream vt; member
56 IByteIn vt; member
129 IByteOut vt; member
163 ILookOutStream vt;
H A DMethodProps.cpp58 switch (prop.vt) in PROPVARIANT_to_bool()
89 if (prop.vt == VT_UI4) in ParsePropToUInt32()
96 if (prop.vt != VT_EMPTY) in ParsePropToUInt32()
115 if (prop.vt == VT_UI4) in ParseMtProp2()
134 if (prop.vt != VT_BSTR) in ParseMtProp2()
142 if (prop.vt != VT_EMPTY) in ParseMtProp2()
258 if (prop.vt == VT_UI4) in PROPVARIANT_to_DictSize()
261 if (prop.vt == VT_BSTR) in PROPVARIANT_to_DictSize()
368 if (Props[(unsigned)i].Value.vt != VT_UI4) in GetLevel()
461 if (varType == srcProp.vt) in ConvertProperty()
[all...]
H A DCreateCoder.cpp59 if (prop.vt == VT_EMPTY) in ReadNumberOfStreams()
61 else if (prop.vt == VT_UI4) in ReadNumberOfStreams()
72 if (prop.vt == VT_EMPTY) in ReadIsAssignedProp()
74 else if (prop.vt == VT_BOOL) in ReadIsAssignedProp()
99 if (prop.vt != VT_UI8) in Load()
107 if (prop.vt == VT_BSTR) in Load()
109 else if (prop.vt != VT_EMPTY) in Load()
137 if (prop.vt != VT_UI8) in Load()
145 if (prop.vt == VT_BSTR) in Load()
147 else if (prop.vt ! in Load()
[all...]
/third_party/mesa3d/src/glx/tests/
H A Dfake_glx_screen.h29 this->vtable = &fake_glx_screen::vt; in fake_glx_screen()
53 static struct glx_screen_vtable vt; member in fake_glx_screen
62 this->vtable = &fake_glx_screen_direct::vt; in fake_glx_screen_direct()
66 static struct glx_screen_vtable vt; member in fake_glx_screen_direct
75 this->vtable = &fake_glx_context::vt; in fake_glx_context()
95 static const struct glx_context_vtable vt; member in fake_glx_context
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zProperties.cpp15 VARTYPE vt; member
19 // #define STAT_PROP(name, id, vt) { name, id, vt }
20 #define STAT_PROP(name, id, vt) vt, id
22 #define STAT_PROP2(id, vt) STAT_PROP(NULL, id, vt)
164 *varType = pr.vt; in GetPropertyInfo()
168 *varType = st.vt; in GetPropertyInfo()
H A D7zHandlerOut.cpp306 if (prop.vt == VT_FILETIME) in GetTime()
311 else if (prop.vt != VT_EMPTY) in GetTime()
491 if (prop.vt == VT_EMPTY) in UpdateItems()
493 else if (prop.vt != VT_UI4) in UpdateItems()
524 if (prop.vt == VT_EMPTY) in UpdateItems()
527 else if (prop.vt != VT_BSTR) in UpdateItems()
538 if (prop.vt == VT_EMPTY) in UpdateItems()
540 else if (prop.vt != VT_BOOL) in UpdateItems()
552 if (prop.vt == VT_EMPTY) in UpdateItems()
554 else if (prop.vt ! in UpdateItems()
[all...]
/third_party/lzma/C/
H A DXzEnc.c232 ISeqInStream vt; member
287 ISeqOutStream vt; member
316 ISeqInStream vt; member
416 p->vt.Read = SeqInFilter_Read; in SeqInFilter_Construct()
440 ISeqInStream vt; member
447 CSbEncInStream *p = Z7_CONTAINER_FROM_VTBL(pp, CSbEncInStream, vt); in SbEncInStream_Read()
477 p->vt.Read = SbEncInStream_Read; in SbEncInStream_Construct()
799 seqSizeOutStream.vt.Write = SeqSizeOutStream_Write; in Xz_CompressBlock()
818 RINOK(XzBlock_WriteHeader(&block, &seqSizeOutStream.vt)) in Xz_CompressBlock()
821 checkInStream.vt in Xz_CompressBlock()
940 ICompressProgress vt; global() member
1191 IMtCoderCallback2 vt; XzEnc_Encode() local
[all...]
H A D7zStream.c169 p->vt.Look = lookahead ? in LookToRead2_CreateVTable()
172 p->vt.Skip = LookToRead2_Skip; in LookToRead2_CreateVTable()
173 p->vt.Read = LookToRead2_Read; in LookToRead2_CreateVTable()
174 p->vt.Seek = LookToRead2_Seek; in LookToRead2_CreateVTable()
187 p->vt.Read = SecToLook_Read; in SecToLook_CreateVTable()
198 p->vt.Read = SecToRead_Read; in SecToRead_CreateVTable()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.h1191 void St1(const VRegister& vt, const MemOperand& dst) { in St1() argument
1193 st1(vt, dst); in St1()
1195 void St1(const VRegister& vt, const VRegister& vt2, const MemOperand& dst) { in St1() argument
1197 st1(vt, vt2, dst); in St1()
1199 void St1(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in St1() argument
1202 st1(vt, vt2, vt3, dst); in St1()
1204 void St1(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, in St1() argument
1207 st1(vt, vt2, vt3, vt4, dst); in St1()
1209 void St1(const VRegister& vt, int lane, const MemOperand& dst) { in St1() argument
1211 st1(vt, lan in St1()
1632 Ld1(const VRegister& vt, const MemOperand& src) Ld1() argument
1636 Ld1(const VRegister& vt, const VRegister& vt2, const MemOperand& src) Ld1() argument
1640 Ld1(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, const MemOperand& src) Ld1() argument
1645 Ld1(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, const VRegister& vt4, const MemOperand& src) Ld1() argument
1650 Ld1(const VRegister& vt, int lane, const MemOperand& src) Ld1() argument
1654 Ld1r(const VRegister& vt, const MemOperand& src) Ld1r() argument
1658 Ld2(const VRegister& vt, const VRegister& vt2, const MemOperand& src) Ld2() argument
1662 Ld2(const VRegister& vt, const VRegister& vt2, int lane, const MemOperand& src) Ld2() argument
1667 Ld2r(const VRegister& vt, const VRegister& vt2, const MemOperand& src) Ld2r() argument
1671 Ld3(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, const MemOperand& src) Ld3() argument
1676 Ld3(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, int lane, const MemOperand& src) Ld3() argument
1681 Ld3r(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, const MemOperand& src) Ld3r() argument
1686 Ld4(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, const VRegister& vt4, const MemOperand& src) Ld4() argument
1691 Ld4(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, const VRegister& vt4, int lane, const MemOperand& src) Ld4() argument
1696 Ld4r(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, const VRegister& vt4, const MemOperand& src) Ld4r() argument
1701 St2(const VRegister& vt, const VRegister& vt2, const MemOperand& dst) St2() argument
1705 St3(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, const MemOperand& dst) St3() argument
1710 St4(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, const VRegister& vt4, const MemOperand& dst) St4() argument
1715 St2(const VRegister& vt, const VRegister& vt2, int lane, const MemOperand& dst) St2() argument
1720 St3(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, int lane, const MemOperand& dst) St3() argument
1725 St4(const VRegister& vt, const VRegister& vt2, const VRegister& vt3, const VRegister& vt4, int lane, const MemOperand& dst) St4() argument
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp232 if (prop.vt == VT_BSTR) in GetCoderClass()
239 else if (prop.vt != VT_EMPTY) in GetCoderClass()
252 if (prop.vt == VT_BOOL) in GetMethodBoolProp()
257 else if (prop.vt != VT_EMPTY) in GetMethodBoolProp()
339 if (prop.vt == VT_BOOL) in GetProp_Bool()
341 else if (prop.vt != VT_EMPTY) in GetProp_Bool()
355 if (prop.vt == VT_UI4) in GetProp_UInt32()
360 else if (prop.vt != VT_EMPTY) in GetProp_UInt32()
373 if (prop.vt == VT_BSTR) in GetProp_String()
375 else if (prop.vt ! in GetProp_String()
[all...]
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractCallbackSfx.cpp108 if (prop.vt == VT_EMPTY) in GetStream()
112 if (prop.vt != VT_BSTR) in GetStream()
123 if (prop.vt == VT_EMPTY) in GetStream()
127 if (prop.vt != VT_UI4) in GetStream()
139 if (propTemp.vt == VT_BOOL) in GetStream()
144 switch (prop.vt) in GetStream()

Completed in 17 milliseconds

123456