OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timeCode
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/third_party/libmkv/
WebMElement.h
13
void writeSimpleBock(EbmlGlobal *ebml, unsigned char trackNumber, unsigned short
timeCode
,
29
void writeSimpleBlock(EbmlGlobal *ebml, unsigned char trackNumber, short
timeCode
,
WebMElement.c
30
void writeSimpleBlock(EbmlGlobal *glob, unsigned char trackNumber, short
timeCode
,
39
// Ebml_WriteSigned16(glob,
timeCode
,2); //this is 3 bytes
40
Ebml_Serialize(glob, &
timeCode
, sizeof(
timeCode
), 2);
201
Ebml_SerializeUnsigned(ebml_out, 0x6264, clusterHead.
TimeCode
);
208
Ebml_WriteSigned16(ebml_out,block.
TimeCode
);
/external/chromium_org/third_party/skia/src/animator/
SkOperandIterpolator.cpp
47
SkTimeCode*
timeCode
= &fTimes[index];
48
timeCode
->fTime = time;
49
timeCode
->fBlend[0] = SK_Scalar1 - blend;
50
timeCode
->fBlend[1] = 0;
51
timeCode
->fBlend[2] = 0;
52
timeCode
->fBlend[3] = SK_Scalar1 - blend;
/external/skia/src/animator/
SkOperandIterpolator.cpp
47
SkTimeCode*
timeCode
= &fTimes[index];
48
timeCode
->fTime = time;
49
timeCode
->fBlend[0] = SK_Scalar1 - blend;
50
timeCode
->fBlend[1] = 0;
51
timeCode
->fBlend[2] = 0;
52
timeCode
->fBlend[3] = SK_Scalar1 - blend;
/external/chromium_org/third_party/skia/src/utils/
SkInterpolator.cpp
177
SkTimeCode*
timeCode
= &fTimes[index];
178
timeCode
->fTime = time;
179
memcpy(
timeCode
->fBlend, blend, sizeof(
timeCode
->fBlend));
/external/skia/src/utils/
SkInterpolator.cpp
177
SkTimeCode*
timeCode
= &fTimes[index];
178
timeCode
->fTime = time;
179
memcpy(
timeCode
->fBlend, blend, sizeof(
timeCode
->fBlend));
Completed in 44 milliseconds