HomeSort by relevance Sort by last modified time
    Searched defs:sarHeight (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_vui.h 89 u32 sarHeight;
  /frameworks/av/media/libstagefright/
Utils.cpp 99 int32_t sarWidth, sarHeight;
101 && meta->findInt32(kKeySARHeight, &sarHeight)) {
103 msg->setInt32("sar-height", sarHeight);
398 int32_t sarWidth, sarHeight;
400 && msg->findInt32("sar-height", &sarHeight)) {
402 meta->setInt32(kKeySARHeight, sarHeight);
avc_utils.cpp 47 int32_t *sarWidth, int32_t *sarHeight) {
140 if (sarHeight != NULL) {
141 *sarHeight = 0;
173 if (sarHeight != NULL) {
174 *sarHeight = sar_height;
302 int32_t sarWidth, sarHeight;
304 seqParamSet, &width, &height, &sarWidth, &sarHeight);
351 if (sarWidth > 1 || sarHeight > 1) {
355 meta->setInt32(kKeySARHeight, sarHeight);
365 sarHeight);
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 668 int32_t sarWidth, sarHeight;
671 "sar-height", &sarHeight)) {
673 sarWidth, sarHeight);
675 displayWidth = (displayWidth * sarWidth) / sarHeight;
    [all...]

Completed in 371 milliseconds