OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sliceHeight
(Results
1 - 8
of
8
) sorted by null
/hardware/qcom/display/msm8960/libqdutils/
qdMetaData.h
57
int32_t
sliceHeight
;
/hardware/qcom/display/msm8974/libqdutils/
qdMetaData.h
57
int32_t
sliceHeight
;
/hardware/qcom/display/msm8x26/libqdutils/
qdMetaData.h
57
int32_t
sliceHeight
;
/hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.h
87
int32_t
sliceHeight
;
C2DColorConverter.cpp
532
req->
sliceHeight
= mSrcHeight;
542
req->
sliceHeight
= mDstHeight;
582
size_t stride,
sliceHeight
;
600
sliceHeight
= dstSurfaceDef->height;
602
for (size_t i = 0; i <
sliceHeight
; i++) {
614
for (size_t i = 0; i <
sliceHeight
/2;i++) { //will work only for the 420 ones
624
for (size_t i = 0; i <
sliceHeight
/2;i++) { //will work only for the 420 ones
634
for (size_t i = 0; i <
sliceHeight
/2;i++) { //will work only for the 420 ones
644
sliceHeight
= dstSurfaceDef->height;
647
printf("rgb surface dumpsslice height is %d\n",
sliceHeight
);
[
all
...]
/frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp
[
all
...]
/frameworks/av/media/libstagefright/
ACodec.cpp
[
all
...]
OMXCodec.cpp
788
int32_t width, height, frameRate, bitRate, stride,
sliceHeight
;
794
success = success && meta->findInt32(kKeySliceHeight, &
sliceHeight
);
830
stride > 0? stride: -stride,
sliceHeight
);
837
video_def->nSliceHeight =
sliceHeight
;
[
all
...]
Completed in 806 milliseconds