OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chromaWidth
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/talk/app/webrtc/objc/public/
RTCI420Frame.h
35
@property(nonatomic, readonly) NSUInteger
chromaWidth
;
/external/webrtc/webrtc/api/objc/
RTCVideoFrame.h
22
@property(nonatomic, readonly) size_t
chromaWidth
;
RTCVideoFrame.mm
29
- (size_t)
chromaWidth
{
RTCOpenGLVideoRenderer.mm
312
frame.
chromaWidth
== _lastDrawnFrame.
chromaWidth
&&
318
GLsizei
chromaWidth
= frame.
chromaWidth
;
335
chromaWidth
,
345
chromaWidth
,
353
(NSUInteger)frame.uPitch != frame.
chromaWidth
||
354
(NSUInteger)frame.vPitch != frame.
chromaWidth
) {
428
width:frame.
chromaWidth
435
width:frame.
chromaWidth
[
all
...]
/external/webrtc/talk/app/webrtc/objc/
RTCOpenGLVideoRenderer.mm
331
frame.
chromaWidth
== _lastDrawnFrame.
chromaWidth
&&
337
GLsizei
chromaWidth
= frame.
chromaWidth
;
354
chromaWidth
,
364
chromaWidth
,
371
if (frame.yPitch != frame.width || frame.uPitch != frame.
chromaWidth
||
372
frame.vPitch != frame.
chromaWidth
) {
446
width:frame.
chromaWidth
453
width:frame.
chromaWidth
[
all
...]
RTCI420Frame.mm
45
- (NSUInteger)
chromaWidth
{
/frameworks/av/services/camera/libcameraservice/api1/client2/
CallbackProcessor.cpp
478
size_t
chromaWidth
= src.width / 2;
480
(
chromaWidth
* src.chromaStep);
481
size_t dstChromaGap = dstCStride -
chromaWidth
;
499
for (size_t col = 0; col <
chromaWidth
; col++) {
519
memcpy(crDst, crSrc,
chromaWidth
);
524
memcpy(cbDst, cbSrc,
chromaWidth
);
532
for (size_t col = 0; col <
chromaWidth
; col++) {
Completed in 291 milliseconds