OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sarWidth
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/media/libstagefright/
MetaDataUtils.cpp
30
int32_t
sarWidth
;
33
sp<ABuffer> csd = MakeAVCCodecSpecificData(accessUnit, &width, &height, &
sarWidth
, &sarHeight);
42
if (
sarWidth
> 0 && sarHeight > 0) {
43
meta.setInt32(kKeySARWidth,
sarWidth
);
Utils.cpp
664
int32_t
sarWidth
, sarHeight;
665
if (meta->findInt32(kKeySARWidth, &
sarWidth
)
667
msg->setInt32("sar-width",
sarWidth
);
[
all
...]
FrameDecoder.cpp
60
int32_t
sarWidth
, sarHeight;
62
if (trackMeta->findInt32(kKeySARWidth, &
sarWidth
)
65
displayWidth = (width *
sarWidth
) / sarHeight;
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
avc_utils.h
48
int32_t *
sarWidth
= NULL, int32_t *sarHeight = NULL);
85
int32_t *
sarWidth
= nullptr, int32_t *sarHeight = nullptr);
/frameworks/av/media/libstagefright/foundation/
avc_utils.cpp
103
int32_t *
sarWidth
, int32_t *sarHeight) {
221
if (
sarWidth
!= NULL) {
222
*
sarWidth
= 0;
268
if (
sarWidth
!= NULL) {
269
*
sarWidth
= sar_width;
388
int32_t *
sarWidth
, int32_t *sarHeight) {
398
seqParamSet, width, height,
sarWidth
, sarHeight);
438
if (
sarWidth
!= nullptr && sarHeight != nullptr) {
439
if ((*
sarWidth
> 0 && *sarHeight > 0) && (*
sarWidth
!= 1 || *sarHeight != 1))
[
all
...]
/frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2.cpp
[
all
...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp
[
all
...]
Completed in 3249 milliseconds